Class: Aws::WorkSpaces::Types::AssociateConnectionAliasResult

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

#connection_identifierString

The identifier of the connection alias association. You use the connection identifier in the DNS TXT record when you're configuring your DNS routing policies.

Returns:

  • (String)


147
148
149
150
151
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 147

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