Class: Aws::Interconnect::Types::DeleteConnectionRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-interconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

Idempotency token used for the request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


422
423
424
425
426
427
# File 'lib/aws-sdk-interconnect/types.rb', line 422

class DeleteConnectionRequest < Struct.new(
  :identifier,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The identifier of the Connection to be deleted.

Returns:

  • (String)


422
423
424
425
426
427
# File 'lib/aws-sdk-interconnect/types.rb', line 422

class DeleteConnectionRequest < Struct.new(
  :identifier,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end