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
14195 |
# File 'sig/client.rbs', line 14195
def description: () -> ::String
|
#encrypted ⇒ Boolean
14196 |
# File 'sig/client.rbs', line 14196
def encrypted: () -> bool
|
#outpost_arn ⇒ ::String
14194 |
# File 'sig/client.rbs', line 14194
def outpost_arn: () -> ::String
|
#owner_id ⇒ ::String
14197 |
# File 'sig/client.rbs', line 14197
def owner_id: () -> ::String
|
#progress ⇒ ::String
14198 |
# File 'sig/client.rbs', line 14198
def progress: () -> ::String
|
#snapshot_id ⇒ ::String
14193 |
# File 'sig/client.rbs', line 14193
def snapshot_id: () -> ::String
|
#sse_type ⇒ "sse-ebs", ...
14203 |
# File 'sig/client.rbs', line 14203
def sse_type: () -> ("sse-ebs" | "sse-kms" | "none")
|
#start_time ⇒ ::Time
14199 |
# File 'sig/client.rbs', line 14199
def start_time: () -> ::Time
|
#state ⇒ "pending", ...
14200 |
# File 'sig/client.rbs', line 14200
def state: () -> ("pending" | "completed" | "error" | "recoverable" | "recovering")
|
#volume_id ⇒ ::String
14201 |
# File 'sig/client.rbs', line 14201
def volume_id: () -> ::String
|
#volume_size ⇒ ::Integer
14202 |
# File 'sig/client.rbs', line 14202
def volume_size: () -> ::Integer
|