Class: Aws::WorkSpaces::Types::AssociateConnectionAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::AssociateConnectionAliasRequest
- 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.
-
#resource_id ⇒ String
The identifier of the directory to associate the connection alias with.
Instance Attribute Details
#alias_id ⇒ String
The identifier of the connection alias.
264 265 266 267 268 269 |
# File 'lib/aws-sdk-workspaces/types.rb', line 264 class AssociateConnectionAliasRequest < Struct.new( :alias_id, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the directory to associate the connection alias with.
264 265 266 267 268 269 |
# File 'lib/aws-sdk-workspaces/types.rb', line 264 class AssociateConnectionAliasRequest < Struct.new( :alias_id, :resource_id) SENSITIVE = [] include Aws::Structure end |