Class: Aws::Types::RestoreSnapshotTierRequest
- Inherits:
-
Object
- Object
- Aws::Types::RestoreSnapshotTierRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#permanent_restore ⇒ Boolean
Returns the value of attribute permanent_restore.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
-
#temporary_restore_days ⇒ ::Integer
Returns the value of attribute temporary_restore_days.
Instance Attribute Details
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
16332 16333 16334 |
# File 'sig/types.rbs', line 16332 def dry_run @dry_run end |
#permanent_restore ⇒ Boolean
Returns the value of attribute permanent_restore.
16331 16332 16333 |
# File 'sig/types.rbs', line 16331 def permanent_restore @permanent_restore end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
16329 16330 16331 |
# File 'sig/types.rbs', line 16329 def snapshot_id @snapshot_id end |
#temporary_restore_days ⇒ ::Integer
Returns the value of attribute temporary_restore_days.
16330 16331 16332 |
# File 'sig/types.rbs', line 16330 def temporary_restore_days @temporary_restore_days end |