Class: Aws::Types::MicrovmImageBuildSummary
- Inherits:
-
Object
- Object
- Aws::Types::MicrovmImageBuildSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#architecture ⇒ "ARM_64"
Returns the value of attribute architecture.
-
#build_id ⇒ ::String
Returns the value of attribute build_id.
-
#build_state ⇒ "PENDING", ...
Returns the value of attribute build_state.
-
#chipset ⇒ "GRAVITON"
Returns the value of attribute chipset.
-
#chipset_generation ⇒ ::String
Returns the value of attribute chipset_generation.
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
-
#image_version ⇒ ::String
Returns the value of attribute image_version.
-
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
Instance Attribute Details
#architecture ⇒ "ARM_64"
Returns the value of attribute architecture.
399 400 401 |
# File 'sig/types.rbs', line 399 def architecture @architecture end |
#build_id ⇒ ::String
Returns the value of attribute build_id.
397 398 399 |
# File 'sig/types.rbs', line 397 def build_id @build_id end |
#build_state ⇒ "PENDING", ...
Returns the value of attribute build_state.
398 399 400 |
# File 'sig/types.rbs', line 398 def build_state @build_state end |
#chipset ⇒ "GRAVITON"
Returns the value of attribute chipset.
400 401 402 |
# File 'sig/types.rbs', line 400 def chipset @chipset end |
#chipset_generation ⇒ ::String
Returns the value of attribute chipset_generation.
401 402 403 |
# File 'sig/types.rbs', line 401 def chipset_generation @chipset_generation end |
#created_at ⇒ ::Time
Returns the value of attribute created_at.
403 404 405 |
# File 'sig/types.rbs', line 403 def created_at @created_at end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
395 396 397 |
# File 'sig/types.rbs', line 395 def image_arn @image_arn end |
#image_version ⇒ ::String
Returns the value of attribute image_version.
396 397 398 |
# File 'sig/types.rbs', line 396 def image_version @image_version end |
#state_reason ⇒ ::String
Returns the value of attribute state_reason.
402 403 404 |
# File 'sig/types.rbs', line 402 def state_reason @state_reason end |