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.
16629 16630 16631 |
# File 'sig/types.rbs', line 16629 def dry_run @dry_run end |
#permanent_restore ⇒ Boolean
Returns the value of attribute permanent_restore.
16628 16629 16630 |
# File 'sig/types.rbs', line 16628 def permanent_restore @permanent_restore end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
16626 16627 16628 |
# File 'sig/types.rbs', line 16626 def snapshot_id @snapshot_id end |
#temporary_restore_days ⇒ ::Integer
Returns the value of attribute temporary_restore_days.
16627 16628 16629 |
# File 'sig/types.rbs', line 16627 def temporary_restore_days @temporary_restore_days end |