Class: Aws::WorkSpaces::Types::AssociateConnectionAliasRequest

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_idString

The identifier of the connection alias.

Returns:

  • (String)


191
192
193
194
195
196
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 191

class AssociateConnectionAliasRequest < Struct.new(
  :alias_id,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The identifier of the directory to associate the connection alias with.

Returns:

  • (String)


191
192
193
194
195
196
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 191

class AssociateConnectionAliasRequest < Struct.new(
  :alias_id,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end