Class: Aws::WorkSpaces::Types::DeleteConnectionAliasRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::DeleteConnectionAliasRequest
- 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 to delete.
Instance Attribute Details
#alias_id ⇒ String
The identifier of the connection alias to delete.
1533 1534 1535 1536 1537 |
# File 'lib/aws-sdk-workspaces/types.rb', line 1533 class DeleteConnectionAliasRequest < Struct.new( :alias_id) SENSITIVE = [] include Aws::Structure end |