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

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_idString

The identifier of the connection alias.

Returns:

  • (String)


847
848
849
850
851
# File 'lib/aws-sdk-workspaces/types.rb', line 847

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