Module: Aws::EC2::Client::_RestoreSnapshotTierResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RestoreSnapshotTierResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #is_permanent_restore ⇒ Boolean
- #restore_duration ⇒ ::Integer
- #restore_start_time ⇒ ::Time
- #snapshot_id ⇒ ::String
Instance Method Details
#is_permanent_restore ⇒ Boolean
13643 |
# File 'sig/client.rbs', line 13643
def is_permanent_restore: () -> bool
|
#restore_duration ⇒ ::Integer
13642 |
# File 'sig/client.rbs', line 13642
def restore_duration: () -> ::Integer
|
#restore_start_time ⇒ ::Time
13641 |
# File 'sig/client.rbs', line 13641
def restore_start_time: () -> ::Time
|
#snapshot_id ⇒ ::String
13640 |
# File 'sig/client.rbs', line 13640
def snapshot_id: () -> ::String
|