Class: Aws::Types::GetResourceSnapshotResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetResourceSnapshotResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#catalog ⇒ ::String
Returns the value of attribute catalog.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#engagement_id ⇒ ::String
Returns the value of attribute engagement_id.
-
#payload ⇒ Types::ResourceSnapshotPayload
Returns the value of attribute payload.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_snapshot_template_name ⇒ ::String
Returns the value of attribute resource_snapshot_template_name.
-
#resource_type ⇒ "Opportunity"
Returns the value of attribute resource_type.
-
#revision ⇒ ::Integer
Returns the value of attribute revision.
-
#target_member_accounts ⇒ ::Array[::String]
Returns the value of attribute target_member_accounts.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
621 622 623 |
# File 'sig/types.rbs', line 621 def arn @arn end |
#catalog ⇒ ::String
Returns the value of attribute catalog.
620 621 622 |
# File 'sig/types.rbs', line 620 def catalog @catalog end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
623 624 625 |
# File 'sig/types.rbs', line 623 def created_at @created_at end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
622 623 624 |
# File 'sig/types.rbs', line 622 def created_by @created_by end |
#engagement_id ⇒ ::String
Returns the value of attribute engagement_id.
624 625 626 |
# File 'sig/types.rbs', line 624 def engagement_id @engagement_id end |
#payload ⇒ Types::ResourceSnapshotPayload
Returns the value of attribute payload.
629 630 631 |
# File 'sig/types.rbs', line 629 def payload @payload end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
626 627 628 |
# File 'sig/types.rbs', line 626 def resource_id @resource_id end |
#resource_snapshot_template_name ⇒ ::String
Returns the value of attribute resource_snapshot_template_name.
627 628 629 |
# File 'sig/types.rbs', line 627 def resource_snapshot_template_name @resource_snapshot_template_name end |
#resource_type ⇒ "Opportunity"
Returns the value of attribute resource_type.
625 626 627 |
# File 'sig/types.rbs', line 625 def resource_type @resource_type end |
#revision ⇒ ::Integer
Returns the value of attribute revision.
628 629 630 |
# File 'sig/types.rbs', line 628 def revision @revision end |
#target_member_accounts ⇒ ::Array[::String]
Returns the value of attribute target_member_accounts.
630 631 632 |
# File 'sig/types.rbs', line 630 def target_member_accounts @target_member_accounts end |