Class: Aws::Types::RestoreSnapshotFromRecycleBinRequest
- Inherits:
-
Object
- Object
- Aws::Types::RestoreSnapshotFromRecycleBinRequest
- 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.
16309 16310 16311 |
# File 'sig/types.rbs', line 16309 def dry_run @dry_run end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
16308 16309 16310 |
# File 'sig/types.rbs', line 16308 def snapshot_id @snapshot_id end |