Class: Aws::WorkSpaces::Types::DisassociateConnectionAliasRequest

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 to disassociate.

Returns:

  • (String)


2206
2207
2208
2209
2210
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 2206

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