Class: Aws::Types::LifecycleExecutionSnapshotResource
- Inherits:
-
Object
- Object
- Aws::Types::LifecycleExecutionSnapshotResource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#state ⇒ Types::LifecycleExecutionResourceState
Returns the value of attribute state.
Instance Attribute Details
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
1336 1337 1338 |
# File 'sig/types.rbs', line 1336 def snapshot_id @snapshot_id end |
#state ⇒ Types::LifecycleExecutionResourceState
Returns the value of attribute state.
1337 1338 1339 |
# File 'sig/types.rbs', line 1337 def state @state end |