Module: Aws::PartnerCentralAccount::Client::_GetProfileUpdateTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetProfileUpdateTaskResponse]
- 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
335 |
# File 'sig/client.rbs', line 335
def arn: () -> ::String
|
#catalog ⇒ ::String
334 |
# File 'sig/client.rbs', line 334
def catalog: () -> ::String
|
#ended_at ⇒ ::Time
341 |
# File 'sig/client.rbs', line 341
def ended_at: () -> ::Time
|
#error_detail_list ⇒ ::Array[Types::ErrorDetail]
342 |
# File 'sig/client.rbs', line 342
def error_detail_list: () -> ::Array[Types::ErrorDetail]
|
#id ⇒ ::String
336 |
# File 'sig/client.rbs', line 336
def id: () -> ::String
|
#started_at ⇒ ::Time
339 |
# File 'sig/client.rbs', line 339
def started_at: () -> ::Time
|
#status ⇒ "IN_PROGRESS", ...
340 |
# File 'sig/client.rbs', line 340
def status: () -> ("IN_PROGRESS" | "CANCELED" | "SUCCEEDED" | "FAILED")
|
#task_details ⇒ Types::TaskDetails
338 |
# File 'sig/client.rbs', line 338
def task_details: () -> Types::TaskDetails
|
#task_id ⇒ ::String
337 |
# File 'sig/client.rbs', line 337
def task_id: () -> ::String
|