Class: Aws::WorkSpaces::Types::DescribeConnectionAliasesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeConnectionAliasesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_ids ⇒ Array<String>
The identifiers of the connection aliases to describe.
-
#limit ⇒ Integer
The maximum number of connection aliases 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 identifier of the directory associated with the connection alias.
Instance Attribute Details
#alias_ids ⇒ Array<String>
The identifiers of the connection aliases to describe.
2046 2047 2048 2049 2050 2051 2052 2053 |
# File 'lib/aws-sdk-workspaces/types.rb', line 2046 class DescribeConnectionAliasesRequest < Struct.new( :alias_ids, :resource_id, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#limit ⇒ Integer
The maximum number of connection aliases to return.
2046 2047 2048 2049 2050 2051 2052 2053 |
# File 'lib/aws-sdk-workspaces/types.rb', line 2046 class DescribeConnectionAliasesRequest < Struct.new( :alias_ids, :resource_id, :limit, :next_token) 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.
2046 2047 2048 2049 2050 2051 2052 2053 |
# File 'lib/aws-sdk-workspaces/types.rb', line 2046 class DescribeConnectionAliasesRequest < Struct.new( :alias_ids, :resource_id, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the directory associated with the connection alias.
2046 2047 2048 2049 2050 2051 2052 2053 |
# File 'lib/aws-sdk-workspaces/types.rb', line 2046 class DescribeConnectionAliasesRequest < Struct.new( :alias_ids, :resource_id, :limit, :next_token) SENSITIVE = [] include Aws::Structure end |