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
13669 |
# File 'sig/client.rbs', line 13669
def description: () -> ::String
|
#encrypted ⇒ Boolean
13670 |
# File 'sig/client.rbs', line 13670
def encrypted: () -> bool
|
#outpost_arn ⇒ ::String
13668 |
# File 'sig/client.rbs', line 13668
def outpost_arn: () -> ::String
|
#owner_id ⇒ ::String
13671 |
# File 'sig/client.rbs', line 13671
def owner_id: () -> ::String
|
#progress ⇒ ::String
13672 |
# File 'sig/client.rbs', line 13672
def progress: () -> ::String
|
#snapshot_id ⇒ ::String
13667 |
# File 'sig/client.rbs', line 13667
def snapshot_id: () -> ::String
|
#sse_type ⇒ "sse-ebs", ...
13677 |
# File 'sig/client.rbs', line 13677
def sse_type: () -> ("sse-ebs" | "sse-kms" | "none")
|
#start_time ⇒ ::Time
13673 |
# File 'sig/client.rbs', line 13673
def start_time: () -> ::Time
|
#state ⇒ "pending", ...
13674 |
# File 'sig/client.rbs', line 13674
def state: () -> ("pending" | "completed" | "error" | "recoverable" | "recovering")
|
#volume_id ⇒ ::String
13675 |
# File 'sig/client.rbs', line 13675
def volume_id: () -> ::String
|
#volume_size ⇒ ::Integer
13676 |
# File 'sig/client.rbs', line 13676
def volume_size: () -> ::Integer
|