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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspaces/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>)


1858
1859
1860
1861
1862
1863
1864
1865
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1858

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)


1858
1859
1860
1861
1862
1863
1864
1865
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1858

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)


1858
1859
1860
1861
1862
1863
1864
1865
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1858

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)


1858
1859
1860
1861
1862
1863
1864
1865
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1858

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