Class: Aws::WorkSpaces::Types::DescribeConnectionAliasPermissionsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#alias_idString

The identifier of the connection alias.

Returns:

  • (String)


1807
1808
1809
1810
1811
1812
1813
# File 'lib/aws-sdk-workspaces/types.rb', line 1807

class DescribeConnectionAliasPermissionsRequest < Struct.new(
  :alias_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


1807
1808
1809
1810
1811
1812
1813
# File 'lib/aws-sdk-workspaces/types.rb', line 1807

class DescribeConnectionAliasPermissionsRequest < Struct.new(
  :alias_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If you received a ‘NextToken` from a previous call that was paginated, provide this token to receive the next set of results.

Returns:

  • (String)


1807
1808
1809
1810
1811
1812
1813
# File 'lib/aws-sdk-workspaces/types.rb', line 1807

class DescribeConnectionAliasPermissionsRequest < Struct.new(
  :alias_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end