Module: Aws::LambdaMicrovms::Client::_GetMicrovmImageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMicrovmImageOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #created_at ⇒ ::Time
- #image_arn ⇒ ::String
- #latest_active_image_version ⇒ ::String
- #latest_failed_image_version ⇒ ::String
- #name ⇒ ::String
- #state ⇒ "CREATING", ...
- #tags ⇒ ::Hash[::String, ::String]
- #updated_at ⇒ ::Time
Instance Method Details
#created_at ⇒ ::Time
221 |
# File 'sig/client.rbs', line 221
def created_at: () -> ::Time
|
#image_arn ⇒ ::String
216 |
# File 'sig/client.rbs', line 216
def image_arn: () -> ::String
|
#latest_active_image_version ⇒ ::String
219 |
# File 'sig/client.rbs', line 219
def latest_active_image_version: () -> ::String
|
#latest_failed_image_version ⇒ ::String
220 |
# File 'sig/client.rbs', line 220
def latest_failed_image_version: () -> ::String
|
#name ⇒ ::String
217 |
# File 'sig/client.rbs', line 217
def name: () -> ::String
|
#state ⇒ "CREATING", ...
218 |
# File 'sig/client.rbs', line 218
def state: () -> ("CREATING" | "CREATED" | "CREATE_FAILED" | "UPDATING" | "UPDATED" | "UPDATE_FAILED" | "DELETING" | "DELETE_FAILED" | "DELETED")
|
#tags ⇒ ::Hash[::String, ::String]
222 |
# File 'sig/client.rbs', line 222
def tags: () -> ::Hash[::String, ::String]
|
#updated_at ⇒ ::Time
223 |
# File 'sig/client.rbs', line 223
def updated_at: () -> ::Time
|