Class: Aws::Interconnect::Types::DeleteConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Interconnect::Types::DeleteConnectionRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-interconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Idempotency token used for the request.
-
#identifier ⇒ String
The identifier of the Connection to be deleted.
Instance Attribute Details
#client_token ⇒ String
Idempotency token used for the request.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
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 |
#identifier ⇒ String
The identifier of the Connection to be deleted.
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 |