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
13621 |
# File 'sig/client.rbs', line 13621
def description: () -> ::String
|
#encrypted ⇒ Boolean
13622 |
# File 'sig/client.rbs', line 13622
def encrypted: () -> bool
|
#outpost_arn ⇒ ::String
13620 |
# File 'sig/client.rbs', line 13620
def outpost_arn: () -> ::String
|
#owner_id ⇒ ::String
13623 |
# File 'sig/client.rbs', line 13623
def owner_id: () -> ::String
|
#progress ⇒ ::String
13624 |
# File 'sig/client.rbs', line 13624
def progress: () -> ::String
|
#snapshot_id ⇒ ::String
13619 |
# File 'sig/client.rbs', line 13619
def snapshot_id: () -> ::String
|
#sse_type ⇒ "sse-ebs", ...
13629 |
# File 'sig/client.rbs', line 13629
def sse_type: () -> ("sse-ebs" | "sse-kms" | "none")
|
#start_time ⇒ ::Time
13625 |
# File 'sig/client.rbs', line 13625
def start_time: () -> ::Time
|
#state ⇒ "pending", ...
13626 |
# File 'sig/client.rbs', line 13626
def state: () -> ("pending" | "completed" | "error" | "recoverable" | "recovering")
|
#volume_id ⇒ ::String
13627 |
# File 'sig/client.rbs', line 13627
def volume_id: () -> ::String
|
#volume_size ⇒ ::Integer
13628 |
# File 'sig/client.rbs', line 13628
def volume_size: () -> ::Integer
|