Class: Aws::WorkSpaces::Types::CreateConnectionAliasResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::CreateConnectionAliasResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspaces/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#alias_id ⇒ String
The identifier of the connection alias.
Instance Attribute Details
#alias_id ⇒ String
The identifier of the connection alias.
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 |