Module: Aws::PartnerCentralAccount::Client::_StartProfileUpdateTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartProfileUpdateTaskResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #catalog ⇒ ::String
- #ended_at ⇒ ::Time
- #error_detail_list ⇒ ::Array[Types::ErrorDetail]
- #id ⇒ ::String
- #started_at ⇒ ::Time
- #status ⇒ "IN_PROGRESS", ...
- #task_details ⇒ Types::TaskDetails
- #task_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
565 |
# File 'sig/client.rbs', line 565
def arn: () -> ::String
|
#catalog ⇒ ::String
564 |
# File 'sig/client.rbs', line 564
def catalog: () -> ::String
|
#ended_at ⇒ ::Time
571 |
# File 'sig/client.rbs', line 571
def ended_at: () -> ::Time
|
#error_detail_list ⇒ ::Array[Types::ErrorDetail]
572 |
# File 'sig/client.rbs', line 572
def error_detail_list: () -> ::Array[Types::ErrorDetail]
|
#id ⇒ ::String
566 |
# File 'sig/client.rbs', line 566
def id: () -> ::String
|
#started_at ⇒ ::Time
569 |
# File 'sig/client.rbs', line 569
def started_at: () -> ::Time
|
#status ⇒ "IN_PROGRESS", ...
570 |
# File 'sig/client.rbs', line 570
def status: () -> ("IN_PROGRESS" | "CANCELED" | "SUCCEEDED" | "FAILED")
|
#task_details ⇒ Types::TaskDetails
568 |
# File 'sig/client.rbs', line 568
def task_details: () -> Types::TaskDetails
|
#task_id ⇒ ::String
567 |
# File 'sig/client.rbs', line 567
def task_id: () -> ::String
|