Class: Aws::WorkSpaces::Types::DeleteConnectionAliasRequest

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

#alias_idString

The identifier of the connection alias to delete.

Returns:

  • (String)


1345
1346
1347
1348
1349
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 1345

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