Class: Aws::Types::DeleteSnapshotResponse
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSnapshotResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lifecycle ⇒ "PENDING", ...
Returns the value of attribute lifecycle.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
Instance Attribute Details
#lifecycle ⇒ "PENDING", ...
Returns the value of attribute lifecycle.
740 741 742 |
# File 'sig/types.rbs', line 740 def lifecycle @lifecycle end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
739 740 741 |
# File 'sig/types.rbs', line 739 def snapshot_id @snapshot_id end |