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
14187 |
# File 'sig/client.rbs', line 14187
def description: () -> ::String
|
#encrypted ⇒ Boolean
14188 |
# File 'sig/client.rbs', line 14188
def encrypted: () -> bool
|
#outpost_arn ⇒ ::String
14186 |
# File 'sig/client.rbs', line 14186
def outpost_arn: () -> ::String
|
#owner_id ⇒ ::String
14189 |
# File 'sig/client.rbs', line 14189
def owner_id: () -> ::String
|
#progress ⇒ ::String
14190 |
# File 'sig/client.rbs', line 14190
def progress: () -> ::String
|
#snapshot_id ⇒ ::String
14185 |
# File 'sig/client.rbs', line 14185
def snapshot_id: () -> ::String
|
#sse_type ⇒ "sse-ebs", ...
14195 |
# File 'sig/client.rbs', line 14195
def sse_type: () -> ("sse-ebs" | "sse-kms" | "none")
|
#start_time ⇒ ::Time
14191 |
# File 'sig/client.rbs', line 14191
def start_time: () -> ::Time
|
#state ⇒ "pending", ...
14192 |
# File 'sig/client.rbs', line 14192
def state: () -> ("pending" | "completed" | "error" | "recoverable" | "recovering")
|
#volume_id ⇒ ::String
14193 |
# File 'sig/client.rbs', line 14193
def volume_id: () -> ::String
|
#volume_size ⇒ ::Integer
14194 |
# File 'sig/client.rbs', line 14194
def volume_size: () -> ::Integer
|