Class: Aws::WorkSpaces::Types::DescribeConnectionAliasPermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeConnectionAliasPermissionsRequest
- 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.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
If you received a
NextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.
Instance Attribute Details
#alias_id ⇒ String
The identifier of the connection alias.
2059 2060 2061 2062 2063 2064 2065 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2059 class DescribeConnectionAliasPermissionsRequest < Struct.new( :alias_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
2059 2060 2061 2062 2063 2064 2065 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2059 class DescribeConnectionAliasPermissionsRequest < Struct.new( :alias_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.
2059 2060 2061 2062 2063 2064 2065 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2059 class DescribeConnectionAliasPermissionsRequest < Struct.new( :alias_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |