Class: Aws::WorkSpaces::Types::DescribeConnectionAliasPermissionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DescribeConnectionAliasPermissionsRequest
- Includes:
- Structure
- Defined in:
- 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 ‘NextToken` from 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.
1995 1996 1997 1998 1999 2000 2001 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1995 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.
1995 1996 1997 1998 1999 2000 2001 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1995 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.
1995 1996 1997 1998 1999 2000 2001 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1995 class DescribeConnectionAliasPermissionsRequest < Struct.new( :alias_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |