Class: Aws::PartnerCentralAccount::Types::GetProfileUpdateTaskResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-partnercentralaccount/lib/aws-sdk-partnercentralaccount/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the profile update task.

Returns:

  • (String)


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

#catalogString

The catalog identifier for the partner account.

Returns:

  • (String)


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_atTime

The timestamp when the profile update task was completed or failed.

Returns:

  • (Time)


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_listArray<Types::ErrorDetail>

A list of error details if any errors occurred during the profile update task.

Returns:



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

#idString

The unique identifier of the partner account.

Returns:

  • (String)


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_atTime

The timestamp when the profile update task was started.

Returns:

  • (Time)


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

#statusString

The current status of the profile update task (in progress, completed, failed, etc.).

Returns:

  • (String)


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_detailsTypes::TaskDetails

The details of the profile update task including what changes are being made.

Returns:



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_idString

The unique identifier of the profile update task.

Returns:

  • (String)


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