Class: Aws::Types::ManagedMicrovmImageVersion
- Inherits:
-
Object
- Object
- Aws::Types::ManagedMicrovmImageVersion
- 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.
-
#image_version ⇒ ::String
Returns the value of attribute image_version.
-
#status ⇒ "AVAILABLE", "DEPRECATED"
Returns the value of attribute status.
-
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
Instance Attribute Details
#created_at ⇒ ::Time
Returns the value of attribute created_at.
377 378 379 |
# File 'sig/types.rbs', line 377 def created_at @created_at end |
#image_arn ⇒ ::String
Returns the value of attribute image_arn.
374 375 376 |
# File 'sig/types.rbs', line 374 def image_arn @image_arn end |
#image_version ⇒ ::String
Returns the value of attribute image_version.
375 376 377 |
# File 'sig/types.rbs', line 375 def image_version @image_version end |
#status ⇒ "AVAILABLE", "DEPRECATED"
Returns the value of attribute status.
376 377 378 |
# File 'sig/types.rbs', line 376 def status @status end |
#updated_at ⇒ ::Time
Returns the value of attribute updated_at.
378 379 380 |
# File 'sig/types.rbs', line 378 def updated_at @updated_at end |