Class: Aws::WorkSpaces::Types::DescribeConnectClientAddInsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeConnectClientAddInsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of items to return.
-
#next_token ⇒ String
If you received a ‘NextToken` from a previous call that was paginated, provide this token to receive the next set of results.
-
#resource_id ⇒ String
The directory identifier for which the client add-in is configured.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of items to return.
1954 1955 1956 1957 1958 1959 1960 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1954 class DescribeConnectClientAddInsRequest < Struct.new( :resource_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If you received a ‘NextToken` from a previous call that was paginated, provide this token to receive the next set of results.
1954 1955 1956 1957 1958 1959 1960 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1954 class DescribeConnectClientAddInsRequest < Struct.new( :resource_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The directory identifier for which the client add-in is configured.
1954 1955 1956 1957 1958 1959 1960 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1954 class DescribeConnectClientAddInsRequest < Struct.new( :resource_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |