Class: Aws::WorkSpaces::Types::AssociateConnectionAliasResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::AssociateConnectionAliasResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_identifier ⇒ String
The identifier of the connection alias association.
Instance Attribute Details
#connection_identifier ⇒ String
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.
279 280 281 282 283 |
# File 'lib/aws-sdk-workspaces/types.rb', line 279 class AssociateConnectionAliasResult < Struct.new( :connection_identifier) SENSITIVE = [] include Aws::Structure end |