Module: Aws::PartnerCentralAccount::Client::_StartQualificationsDisassociationTaskResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::StartQualificationsDisassociationTaskResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #associated_partner ⇒ Types::QualificationsAssociationPartner
- #catalog ⇒ ::String
- #id ⇒ ::String
- #started_at ⇒ ::Time
- #status ⇒ "IN_PROGRESS", "SUCCEEDED"
- #task_id ⇒ ::String
Instance Method Details
#arn ⇒ ::String
625 |
# File 'sig/client.rbs', line 625
def arn: () -> ::String
|
#associated_partner ⇒ Types::QualificationsAssociationPartner
629 |
# File 'sig/client.rbs', line 629
def associated_partner: () -> Types::QualificationsAssociationPartner
|
#catalog ⇒ ::String
624 |
# File 'sig/client.rbs', line 624
def catalog: () -> ::String
|
#id ⇒ ::String
626 |
# File 'sig/client.rbs', line 626
def id: () -> ::String
|
#started_at ⇒ ::Time
630 |
# File 'sig/client.rbs', line 630
def started_at: () -> ::Time
|
#status ⇒ "IN_PROGRESS", "SUCCEEDED"
628 |
# File 'sig/client.rbs', line 628
def status: () -> ("IN_PROGRESS" | "SUCCEEDED")
|
#task_id ⇒ ::String
627 |
# File 'sig/client.rbs', line 627
def task_id: () -> ::String
|