Class: Aws::WorkSpaces::Types::DescribeConnectionAliasesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeConnectionAliasesResult
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_aliases ⇒ Array<Types::ConnectionAlias>
Information about the specified connection aliases.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#connection_aliases ⇒ Array<Types::ConnectionAlias>
Information about the specified connection aliases.
1741 1742 1743 1744 1745 1746 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1741 class DescribeConnectionAliasesResult < Struct.new( :connection_aliases, :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.
1741 1742 1743 1744 1745 1746 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1741 class DescribeConnectionAliasesResult < Struct.new( :connection_aliases, :next_token) SENSITIVE = [] include Aws::Structure end |