Class: Aws::PartnerCentralAccount::Types::CancelProfileUpdateTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::CancelProfileUpdateTaskRequest
- 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 for the partner account.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#identifier ⇒ String
The unique identifier of the partner account.
-
#task_id ⇒ String
The unique identifier of the profile update task to cancel.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier for the partner account.
437 438 439 440 441 442 443 444 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 437 class CancelProfileUpdateTaskRequest < Struct.new( :catalog, :identifier, :client_token, :task_id) 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.
437 438 439 440 441 442 443 444 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 437 class CancelProfileUpdateTaskRequest < Struct.new( :catalog, :identifier, :client_token, :task_id) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the partner account.
437 438 439 440 441 442 443 444 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 437 class CancelProfileUpdateTaskRequest < Struct.new( :catalog, :identifier, :client_token, :task_id) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The unique identifier of the profile update task to cancel.
437 438 439 440 441 442 443 444 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 437 class CancelProfileUpdateTaskRequest < Struct.new( :catalog, :identifier, :client_token, :task_id) SENSITIVE = [] include Aws::Structure end |