Module: Aws::PartnerCentralSelling::Client::_GetResourceSnapshotJobResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetResourceSnapshotJobResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #catalog ⇒ ::String
- #created_at ⇒ ::Time
- #engagement_id ⇒ ::String
- #id ⇒ ::String
- #last_failure ⇒ ::String
- #last_successful_execution_date ⇒ ::Time
- #resource_arn ⇒ ::String
- #resource_id ⇒ ::String
- #resource_snapshot_template_name ⇒ ::String
- #resource_type ⇒ "Opportunity"
- #status ⇒ "Running", "Stopped"
Instance Method Details
#arn ⇒ ::String
463 |
# File 'sig/client.rbs', line 463
def arn: () -> ::String
|
#catalog ⇒ ::String
461 |
# File 'sig/client.rbs', line 461
def catalog: () -> ::String
|
#created_at ⇒ ::Time
469 |
# File 'sig/client.rbs', line 469
def created_at: () -> ::Time
|
#engagement_id ⇒ ::String
464 |
# File 'sig/client.rbs', line 464
def engagement_id: () -> ::String
|
#id ⇒ ::String
462 |
# File 'sig/client.rbs', line 462
def id: () -> ::String
|
#last_failure ⇒ ::String
472 |
# File 'sig/client.rbs', line 472
def last_failure: () -> ::String
|
#last_successful_execution_date ⇒ ::Time
471 |
# File 'sig/client.rbs', line 471
def last_successful_execution_date: () -> ::Time
|
#resource_arn ⇒ ::String
467 |
# File 'sig/client.rbs', line 467
def resource_arn: () -> ::String
|
#resource_id ⇒ ::String
466 |
# File 'sig/client.rbs', line 466
def resource_id: () -> ::String
|
#resource_snapshot_template_name ⇒ ::String
468 |
# File 'sig/client.rbs', line 468
def resource_snapshot_template_name: () -> ::String
|
#resource_type ⇒ "Opportunity"
465 |
# File 'sig/client.rbs', line 465
def resource_type: () -> ("Opportunity")
|
#status ⇒ "Running", "Stopped"
470 |
# File 'sig/client.rbs', line 470
def status: () -> ("Running" | "Stopped")
|