Class: Aws::WorkSpaces::Types::DescribeConnectionAliasPermissionsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeConnectionAliasPermissionsResult
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_id ⇒ String
The identifier of the connection alias.
-
#connection_alias_permissions ⇒ Array<Types::ConnectionAliasPermission>
The permissions associated with a connection alias.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#alias_id ⇒ String
The identifier of the connection alias.
2082 2083 2084 2085 2086 2087 2088 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2082 class DescribeConnectionAliasPermissionsResult < Struct.new( :alias_id, :connection_alias_permissions, :next_token) SENSITIVE = [] include Aws::Structure end |
#connection_alias_permissions ⇒ Array<Types::ConnectionAliasPermission>
The permissions associated with a connection alias.
2082 2083 2084 2085 2086 2087 2088 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2082 class DescribeConnectionAliasPermissionsResult < Struct.new( :alias_id, :connection_alias_permissions, :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.
2082 2083 2084 2085 2086 2087 2088 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2082 class DescribeConnectionAliasPermissionsResult < Struct.new( :alias_id, :connection_alias_permissions, :next_token) SENSITIVE = [] include Aws::Structure end |