Class: Aws::Types::ResourceSnapshotSummary
- Inherits:
-
Object
- Object
- Aws::Types::ResourceSnapshotSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#created_by ⇒ ::String
Returns the value of attribute created_by.
-
#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.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def arn @arn end |
#created_by ⇒ ::String
Returns the value of attribute created_by.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def created_by @created_by end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def resource_id @resource_id end |
#resource_snapshot_template_name ⇒ ::String
Returns the value of attribute resource_snapshot_template_name.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def resource_snapshot_template_name @resource_snapshot_template_name end |
#resource_type ⇒ "Opportunity"
Returns the value of attribute resource_type.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def resource_type @resource_type end |
#revision ⇒ ::Integer
Returns the value of attribute revision.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def revision @revision end |