Class: Aws::PartnerCentralAccount::Types::CancelConnectionRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::CancelConnectionRequest
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
The catalog identifier where the connection exists.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#connection_type ⇒ String
The type of connection to cancel (e.g., reseller, distributor, technology partner).
-
#identifier ⇒ String
The unique identifier of the connection to cancel.
-
#reason ⇒ String
The reason for canceling the connection, providing context for the termination.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier where the connection exists.
367 368 369 370 371 372 373 374 375 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 367 class CancelConnectionRequest < Struct.new( :catalog, :identifier, :connection_type, :reason, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
367 368 369 370 371 372 373 374 375 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 367 class CancelConnectionRequest < Struct.new( :catalog, :identifier, :connection_type, :reason, :client_token) SENSITIVE = [] include Aws::Structure end |
#connection_type ⇒ String
The type of connection to cancel (e.g., reseller, distributor, technology partner).
367 368 369 370 371 372 373 374 375 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 367 class CancelConnectionRequest < Struct.new( :catalog, :identifier, :connection_type, :reason, :client_token) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the connection to cancel.
367 368 369 370 371 372 373 374 375 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 367 class CancelConnectionRequest < Struct.new( :catalog, :identifier, :connection_type, :reason, :client_token) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for canceling the connection, providing context for the termination.
367 368 369 370 371 372 373 374 375 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 367 class CancelConnectionRequest < Struct.new( :catalog, :identifier, :connection_type, :reason, :client_token) SENSITIVE = [] include Aws::Structure end |