Class: Aws::Types::DeleteMicrovmImageVersionOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteMicrovmImageVersionOutput
- 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.
-
#state ⇒ "PENDING", ...
Returns the value of attribute state.
Instance Attribute Details
#image_identifier ⇒ ::String
Returns the value of attribute image_identifier.
130 131 132 |
# File 'sig/types.rbs', line 130 def image_identifier @image_identifier end |
#image_version ⇒ ::String
Returns the value of attribute image_version.
131 132 133 |
# File 'sig/types.rbs', line 131 def image_version @image_version end |
#state ⇒ "PENDING", ...
Returns the value of attribute state.
132 133 134 |
# File 'sig/types.rbs', line 132 def state @state end |