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.
2037 2038 2039 2040 2041 2042 |
# File 'lib/aws-sdk-workspaces/types.rb', line 2037 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.
2037 2038 2039 2040 2041 2042 |
# File 'lib/aws-sdk-workspaces/types.rb', line 2037 class DescribeConnectClientAddInsResult < Struct.new( :add_ins, :next_token) SENSITIVE = [] include Aws::Structure end |