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
629 |
# File 'sig/client.rbs', line 629
def arn: () -> ::String
|
#associated_partner ⇒ Types::QualificationsAssociationPartner
633 |
# File 'sig/client.rbs', line 633
def associated_partner: () -> Types::QualificationsAssociationPartner
|
#catalog ⇒ ::String
628 |
# File 'sig/client.rbs', line 628
def catalog: () -> ::String
|
#id ⇒ ::String
630 |
# File 'sig/client.rbs', line 630
def id: () -> ::String
|
#started_at ⇒ ::Time
634 |
# File 'sig/client.rbs', line 634
def started_at: () -> ::Time
|
#status ⇒ "IN_PROGRESS", "SUCCEEDED"
632 |
# File 'sig/client.rbs', line 632
def status: () -> ("IN_PROGRESS" | "SUCCEEDED")
|
#task_id ⇒ ::String
631 |
# File 'sig/client.rbs', line 631
def task_id: () -> ::String
|