Class: Aws::Types::MicrovmImageSummary
- Inherits:
-
Object
- Object
- Aws::Types::MicrovmImageSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#created_at ⇒ ::Time
Returns the value of attribute created_at.
-
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
-
#latest_active_image_version ⇒ ::String
Returns the value of attribute latest_active_image_version.
-
#latest_failed_image_version ⇒ ::String
Returns the value of attribute latest_failed_image_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
421 422 423 |
# File 'sig/types.rbs', line 421 def created_at @created_at end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
416 417 418 |
# File 'sig/types.rbs', line 416 def image_arn @image_arn end |
#latest_active_image_version ⇒ ::String
Returns the value of attribute latest_active_image_version.
419 420 421 |
# File 'sig/types.rbs', line 419 def latest_active_image_version @latest_active_image_version end |
#latest_failed_image_version ⇒ ::String
Returns the value of attribute latest_failed_image_version.
420 421 422 |
# File 'sig/types.rbs', line 420 def latest_failed_image_version @latest_failed_image_version end |
#name ⇒ ::String
Returns the value of attribute name.
417 418 419 |
# File 'sig/types.rbs', line 417 def name @name end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
418 419 420 |
# File 'sig/types.rbs', line 418 def state @state end |