Class: Aws::PartnerCentralAccount::Types::GetProfileUpdateTaskResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::PartnerCentralAccount::Types::GetProfileUpdateTaskResponse
- 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 profile update task.
-
#catalog ⇒ String
The catalog identifier for the partner account.
-
#ended_at ⇒ Time
The timestamp when the profile update task was completed or failed.
-
#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, completed, failed, etc.).
-
#task_details ⇒ Types::TaskDetails
The details of the profile update task including what changes are being made.
-
#task_id ⇒ String
The unique identifier of the profile update task.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the profile update task.
1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1412 class GetProfileUpdateTaskResponse < 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.
1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1412 class GetProfileUpdateTaskResponse < 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 was completed or failed.
1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1412 class GetProfileUpdateTaskResponse < 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.
1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1412 class GetProfileUpdateTaskResponse < 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.
1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1412 class GetProfileUpdateTaskResponse < 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.
1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1412 class GetProfileUpdateTaskResponse < 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, completed, failed, etc.).
1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1412 class GetProfileUpdateTaskResponse < 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 including what changes are being made.
1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1412 class GetProfileUpdateTaskResponse < 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 profile update task.
1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 |
# File 'gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb', line 1412 class GetProfileUpdateTaskResponse < Struct.new( :catalog, :arn, :id, :task_id, :task_details, :started_at, :status, :ended_at, :error_detail_list) SENSITIVE = [] include Aws::Structure end |