Class: Aws::WorkSpaces::Types::DescribeConnectionAliasesRequest

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_idsArray<String>

The identifiers of the connection aliases to describe.

Returns:

  • (Array<String>)


1721
1722
1723
1724
1725
1726
1727
1728
# File 'lib/aws-sdk-workspaces/types.rb', line 1721

class DescribeConnectionAliasesRequest < Struct.new(
  :alias_ids,
  :resource_id,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#limitInteger

The maximum number of connection aliases to return.

Returns:

  • (Integer)


1721
1722
1723
1724
1725
1726
1727
1728
# File 'lib/aws-sdk-workspaces/types.rb', line 1721

class DescribeConnectionAliasesRequest < Struct.new(
  :alias_ids,
  :resource_id,
  :limit,
  :next_token)
  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)


1721
1722
1723
1724
1725
1726
1727
1728
# File 'lib/aws-sdk-workspaces/types.rb', line 1721

class DescribeConnectionAliasesRequest < Struct.new(
  :alias_ids,
  :resource_id,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The identifier of the directory associated with the connection alias.

Returns:

  • (String)


1721
1722
1723
1724
1725
1726
1727
1728
# File 'lib/aws-sdk-workspaces/types.rb', line 1721

class DescribeConnectionAliasesRequest < Struct.new(
  :alias_ids,
  :resource_id,
  :limit,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end