Class: Aws::WorkSpaces::Types::CreateConnectionAliasResult

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)


621
622
623
624
625
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 621

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