Class: Aws::WorkSpaces::Types::DescribeConnectClientAddInsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeConnectClientAddInsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#add_ins ⇒ Array<Types::ConnectClientAddIn>
Information about client add-ins.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#add_ins ⇒ Array<Types::ConnectClientAddIn>
Information about client add-ins.
1973 1974 1975 1976 1977 1978 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1973 class DescribeConnectClientAddInsResult < Struct.new( :add_ins, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
1973 1974 1975 1976 1977 1978 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1973 class DescribeConnectClientAddInsResult < Struct.new( :add_ins, :next_token) SENSITIVE = [] include Aws::Structure end |