Class: Aws::Types::UpdateMicrovmImageVersionRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMicrovmImageVersionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_identifier ⇒ ::String
Returns the value of attribute image_identifier.
-
#image_version ⇒ ::String
Returns the value of attribute image_version.
-
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
Instance Attribute Details
#image_identifier ⇒ ::String
Returns the value of attribute image_identifier.
648 649 650 |
# File 'sig/types.rbs', line 648 def image_identifier @image_identifier end |
#image_version ⇒ ::String
Returns the value of attribute image_version.
649 650 651 |
# File 'sig/types.rbs', line 649 def image_version @image_version end |
#status ⇒ "ACTIVE", "INACTIVE"
Returns the value of attribute status.
650 651 652 |
# File 'sig/types.rbs', line 650 def status @status end |