Class: Aws::PartnerCentralAccount::Types::StartProfileUpdateTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::StartProfileUpdateTaskResponse
- Defined in:
- gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the started profile update task.
-
#catalog ⇒ String
The catalog identifier for the partner account.
-
#ended_at ⇒ Time
The timestamp when the profile update task ended (null for in-progress tasks).
-
#error_detail_list ⇒ Array<Types::ErrorDetail>
A list of error details if any errors occurred during the profile update task.
-
#id ⇒ String
The unique identifier of the partner account.
-
#started_at ⇒ Time
The timestamp when the profile update task was started.
-
#status ⇒ String
The current status of the profile update task (in progress).
-
#task_details ⇒ Types::TaskDetails
The details of the profile update task that was started.
-
#task_id ⇒ String
The unique identifier of the started profile update task.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the started profile update task.
2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2339 class StartProfileUpdateTaskResponse < Struct.new( :catalog, :arn, :id, :task_id, :task_details, :started_at, :status, :ended_at, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#catalog ⇒ String
The catalog identifier for the partner account.
2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2339 class StartProfileUpdateTaskResponse < Struct.new( :catalog, :arn, :id, :task_id, :task_details, :started_at, :status, :ended_at, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#ended_at ⇒ Time
The timestamp when the profile update task ended (null for in-progress tasks).
2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2339 class StartProfileUpdateTaskResponse < Struct.new( :catalog, :arn, :id, :task_id, :task_details, :started_at, :status, :ended_at, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#error_detail_list ⇒ Array<Types::ErrorDetail>
A list of error details if any errors occurred during the profile update task.
2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2339 class StartProfileUpdateTaskResponse < Struct.new( :catalog, :arn, :id, :task_id, :task_details, :started_at, :status, :ended_at, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the partner account.
2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2339 class StartProfileUpdateTaskResponse < Struct.new( :catalog, :arn, :id, :task_id, :task_details, :started_at, :status, :ended_at, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
The timestamp when the profile update task was started.
2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2339 class StartProfileUpdateTaskResponse < Struct.new( :catalog, :arn, :id, :task_id, :task_details, :started_at, :status, :ended_at, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The current status of the profile update task (in progress).
2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2339 class StartProfileUpdateTaskResponse < Struct.new( :catalog, :arn, :id, :task_id, :task_details, :started_at, :status, :ended_at, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#task_details ⇒ Types::TaskDetails
The details of the profile update task that was started.
2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2339 class StartProfileUpdateTaskResponse < Struct.new( :catalog, :arn, :id, :task_id, :task_details, :started_at, :status, :ended_at, :error_detail_list) SENSITIVE = [] include Aws::Structure end |
#task_id ⇒ String
The unique identifier of the started profile update task.
2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 2339 class StartProfileUpdateTaskResponse < Struct.new( :catalog, :arn, :id, :task_id, :task_details, :started_at, :status, :ended_at, :error_detail_list) SENSITIVE = [] include Aws::Structure end |