Module: Aws::PartnerCentralAccount::Client::_GetQualificationsDisassociationTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetQualificationsDisassociationTaskResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #associated_partner ⇒ Types::QualificationsAssociationPartner
- #catalog ⇒ ::String
- #ended_at ⇒ ::Time
- #id ⇒ ::String
- #started_at ⇒ ::Time
- #status ⇒ "IN_PROGRESS", "SUCCEEDED"
- #task_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
404 |
# File 'sig/client.rbs', line 404
def arn: () -> ::String
|
#associated_partner ⇒ Types::QualificationsAssociationPartner
408 |
# File 'sig/client.rbs', line 408
def associated_partner: () -> Types::QualificationsAssociationPartner
|
#catalog ⇒ ::String
403 |
# File 'sig/client.rbs', line 403
def catalog: () -> ::String
|
#ended_at ⇒ ::Time
410 |
# File 'sig/client.rbs', line 410
def ended_at: () -> ::Time
|
#id ⇒ ::String
405 |
# File 'sig/client.rbs', line 405
def id: () -> ::String
|
#started_at ⇒ ::Time
409 |
# File 'sig/client.rbs', line 409
def started_at: () -> ::Time
|
#status ⇒ "IN_PROGRESS", "SUCCEEDED"
407 |
# File 'sig/client.rbs', line 407
def status: () -> ("IN_PROGRESS" | "SUCCEEDED")
|
#task_id ⇒ ::String
406 |
# File 'sig/client.rbs', line 406
def task_id: () -> ::String
|