Class: Aws::PartnerCentralAccount::Types::StartProfileUpdateTaskRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::StartProfileUpdateTaskRequest
- 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_details ⇒ Types::TaskDetails
The details of the profile updates to be performed.
Instance Attribute Details
#catalog ⇒ String
The catalog identifier for the partner account.
2290 2291 2292 2293 2294 2295 2296 2297 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2290 class StartProfileUpdateTaskRequest < Struct.new( :catalog, :identifier, :client_token, :task_details) 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.
2290 2291 2292 2293 2294 2295 2296 2297 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2290 class StartProfileUpdateTaskRequest < Struct.new( :catalog, :identifier, :client_token, :task_details) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The unique identifier of the partner account.
2290 2291 2292 2293 2294 2295 2296 2297 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2290 class StartProfileUpdateTaskRequest < Struct.new( :catalog, :identifier, :client_token, :task_details) SENSITIVE = [] include Aws::Structure end |
#task_details ⇒ Types::TaskDetails
The details of the profile updates to be performed.
2290 2291 2292 2293 2294 2295 2296 2297 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2290 class StartProfileUpdateTaskRequest < Struct.new( :catalog, :identifier, :client_token, :task_details) SENSITIVE = [] include Aws::Structure end |