Module: Aws::PartnerCentralSelling::Client::_GetResourceSnapshotResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetResourceSnapshotResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #catalog ⇒ ::String
- #created_at ⇒ ::Time
- #created_by ⇒ ::String
- #engagement_id ⇒ ::String
- #payload ⇒ Types::ResourceSnapshotPayload
- #resource_id ⇒ ::String
- #resource_snapshot_template_name ⇒ ::String
- #resource_type ⇒ "Opportunity"
- #revision ⇒ ::Integer
- #target_member_accounts ⇒ ::Array[::String]
Instance Method Details
#arn ⇒ ::String
437 |
# File 'sig/client.rbs', line 437
def arn: () -> ::String
|
#catalog ⇒ ::String
436 |
# File 'sig/client.rbs', line 436
def catalog: () -> ::String
|
#created_at ⇒ ::Time
439 |
# File 'sig/client.rbs', line 439
def created_at: () -> ::Time
|
#created_by ⇒ ::String
438 |
# File 'sig/client.rbs', line 438
def created_by: () -> ::String
|
#engagement_id ⇒ ::String
440 |
# File 'sig/client.rbs', line 440
def engagement_id: () -> ::String
|
#payload ⇒ Types::ResourceSnapshotPayload
445 |
# File 'sig/client.rbs', line 445
def payload: () -> Types::ResourceSnapshotPayload
|
#resource_id ⇒ ::String
442 |
# File 'sig/client.rbs', line 442
def resource_id: () -> ::String
|
#resource_snapshot_template_name ⇒ ::String
443 |
# File 'sig/client.rbs', line 443
def resource_snapshot_template_name: () -> ::String
|
#resource_type ⇒ "Opportunity"
441 |
# File 'sig/client.rbs', line 441
def resource_type: () -> ("Opportunity")
|
#revision ⇒ ::Integer
444 |
# File 'sig/client.rbs', line 444
def revision: () -> ::Integer
|
#target_member_accounts ⇒ ::Array[::String]
446 |
# File 'sig/client.rbs', line 446
def target_member_accounts: () -> ::Array[::String]
|