Class: Aws::Types::RestoreSnapshotTierResult
- Inherits:
-
Object
- Object
- Aws::Types::RestoreSnapshotTierResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#is_permanent_restore ⇒ Boolean
Returns the value of attribute is_permanent_restore.
-
#restore_duration ⇒ ::Integer
Returns the value of attribute restore_duration.
-
#restore_start_time ⇒ ::Time
Returns the value of attribute restore_start_time.
-
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
Instance Attribute Details
#is_permanent_restore ⇒ Boolean
Returns the value of attribute is_permanent_restore.
16976 16977 16978 |
# File 'sig/types.rbs', line 16976 def is_permanent_restore @is_permanent_restore end |
#restore_duration ⇒ ::Integer
Returns the value of attribute restore_duration.
16975 16976 16977 |
# File 'sig/types.rbs', line 16975 def restore_duration @restore_duration end |
#restore_start_time ⇒ ::Time
Returns the value of attribute restore_start_time.
16974 16975 16976 |
# File 'sig/types.rbs', line 16974 def restore_start_time @restore_start_time end |
#snapshot_id ⇒ ::String
Returns the value of attribute snapshot_id.
16973 16974 16975 |
# File 'sig/types.rbs', line 16973 def snapshot_id @snapshot_id end |