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
14209 |
# File 'sig/client.rbs', line 14209
def is_permanent_restore: () -> bool
|
#restore_duration ⇒ ::Integer
14208 |
# File 'sig/client.rbs', line 14208
def restore_duration: () -> ::Integer
|
#restore_start_time ⇒ ::Time
14207 |
# File 'sig/client.rbs', line 14207
def restore_start_time: () -> ::Time
|
#snapshot_id ⇒ ::String
14206 |
# File 'sig/client.rbs', line 14206
def snapshot_id: () -> ::String
|