Class: Aws::Types::DeleteSnapshotRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSnapshotRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
4579 4580 4581 |
# File 'sig/types.rbs', line 4579 def dry_run @dry_run end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
4578 4579 4580 |
# File 'sig/types.rbs', line 4578 def snapshot_id @snapshot_id end |