Class: Aws::PartnerCentralChannel::Types::DeleteProgramManagementAccountRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralChannel::Types::DeleteProgramManagementAccountRequest
- 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 program management account.
-
#client_token ⇒ String
A unique, case-sensitive identifier to ensure idempotency of the request.
-
#identifier ⇒ String
The unique identifier of the program management account to delete.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier for the program management account.
522 523 524 525 526 527 528 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 522 class DeleteProgramManagementAccountRequest < Struct.new( :catalog, :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.
522 523 524 525 526 527 528 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 522 class DeleteProgramManagementAccountRequest < Struct.new( :catalog, :identifier, :client_token) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the program management account to delete.
522 523 524 525 526 527 528 |
# File 'gems/aws-sdk-partnercentralchannel/lib/aws-sdk-partnercentralchannel/types.rb', line 522 class DeleteProgramManagementAccountRequest < Struct.new( :catalog, :identifier, :client_token) SENSITIVE = [] include Aws::Structure end |