Module: Aws::LambdaMicrovms::Client::_GetMicrovmImageBuildResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetMicrovmImageBuildOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #architecture ⇒ "ARM_64"
- #build_id ⇒ ::String
- #build_state ⇒ "PENDING", ...
- #chipset ⇒ "GRAVITON"
- #chipset_generation ⇒ ::String
- #created_at ⇒ ::Time
- #image_arn ⇒ ::String
- #image_version ⇒ ::String
- #snapshot_build ⇒ Types::SnapshotBuild
- #state_reason ⇒ ::String
Instance Method Details
#architecture ⇒ "ARM_64"
237 |
# File 'sig/client.rbs', line 237
def architecture: () -> ("ARM_64")
|
#build_id ⇒ ::String
235 |
# File 'sig/client.rbs', line 235
def build_id: () -> ::String
|
#build_state ⇒ "PENDING", ...
236 |
# File 'sig/client.rbs', line 236
def build_state: () -> ("PENDING" | "IN_PROGRESS" | "SUCCESSFUL" | "FAILED")
|
#chipset ⇒ "GRAVITON"
238 |
# File 'sig/client.rbs', line 238
def chipset: () -> ("GRAVITON")
|
#chipset_generation ⇒ ::String
239 |
# File 'sig/client.rbs', line 239
def chipset_generation: () -> ::String
|
#created_at ⇒ ::Time
241 |
# File 'sig/client.rbs', line 241
def created_at: () -> ::Time
|
#image_arn ⇒ ::String
233 |
# File 'sig/client.rbs', line 233
def image_arn: () -> ::String
|
#image_version ⇒ ::String
234 |
# File 'sig/client.rbs', line 234
def image_version: () -> ::String
|
#snapshot_build ⇒ Types::SnapshotBuild
242 |
# File 'sig/client.rbs', line 242
def snapshot_build: () -> Types::SnapshotBuild
|
#state_reason ⇒ ::String
240 |
# File 'sig/client.rbs', line 240
def state_reason: () -> ::String
|