Module: Aws::EC2::Client::_RestoreSnapshotFromRecycleBinResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::RestoreSnapshotFromRecycleBinResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #description ⇒ ::String
- #encrypted ⇒ Boolean
- #outpost_arn ⇒ ::String
- #owner_id ⇒ ::String
- #progress ⇒ ::String
- #snapshot_id ⇒ ::String
- #sse_type ⇒ "sse-ebs", ...
- #start_time ⇒ ::Time
- #state ⇒ "pending", ...
- #volume_id ⇒ ::String
- #volume_size ⇒ ::Integer
Instance Method Details
#description ⇒ ::String
13711 |
# File 'sig/client.rbs', line 13711
def description: () -> ::String
|
#encrypted ⇒ Boolean
13712 |
# File 'sig/client.rbs', line 13712
def encrypted: () -> bool
|
#outpost_arn ⇒ ::String
13710 |
# File 'sig/client.rbs', line 13710
def outpost_arn: () -> ::String
|
#owner_id ⇒ ::String
13713 |
# File 'sig/client.rbs', line 13713
def owner_id: () -> ::String
|
#progress ⇒ ::String
13714 |
# File 'sig/client.rbs', line 13714
def progress: () -> ::String
|
#snapshot_id ⇒ ::String
13709 |
# File 'sig/client.rbs', line 13709
def snapshot_id: () -> ::String
|
#sse_type ⇒ "sse-ebs", ...
13719 |
# File 'sig/client.rbs', line 13719
def sse_type: () -> ("sse-ebs" | "sse-kms" | "none")
|
#start_time ⇒ ::Time
13715 |
# File 'sig/client.rbs', line 13715
def start_time: () -> ::Time
|
#state ⇒ "pending", ...
13716 |
# File 'sig/client.rbs', line 13716
def state: () -> ("pending" | "completed" | "error" | "recoverable" | "recovering")
|
#volume_id ⇒ ::String
13717 |
# File 'sig/client.rbs', line 13717
def volume_id: () -> ::String
|
#volume_size ⇒ ::Integer
13718 |
# File 'sig/client.rbs', line 13718
def volume_size: () -> ::Integer
|