Class: Aws::PartnerCentralChannel::Types::DeleteRelationshipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::DeleteRelationshipRequest
- Defined in:
- gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog ⇒ String
The catalog identifier for the relationship.
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
-
#identifier ⇒ String
The unique identifier of the relationship to delete.
-
#program_management_account_identifier ⇒ String
The identifier of the program management account associated with the relationship.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier for the relationship.
557 558 559 560 561 562 563 564 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 557 class DeleteRelationshipRequest < Struct.new( :catalog, :identifier, :program_management_account_identifier, :client_token) SENSITIVE = [] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
A suitable default value is auto-generated. You should normally not need to pass this option.
557 558 559 560 561 562 563 564 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 557 class DeleteRelationshipRequest < Struct.new( :catalog, :identifier, :program_management_account_identifier, :client_token) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the relationship to delete.
557 558 559 560 561 562 563 564 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 557 class DeleteRelationshipRequest < Struct.new( :catalog, :identifier, :program_management_account_identifier, :client_token) SENSITIVE = [] include Aws::Structure end |
#program_management_account_identifier ⇒ String
The identifier of the program management account associated with the relationship.
557 558 559 560 561 562 563 564 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 557 class DeleteRelationshipRequest < Struct.new( :catalog, :identifier, :program_management_account_identifier, :client_token) SENSITIVE = [] include Aws::Structure end |