Class: Aws::Types::DeleteMicrovmImageOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteMicrovmImageOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_identifier ⇒ ::String
Returns the value of attribute image_identifier.
-
#state ⇒ "CREATING", ...
Returns the value of attribute state.
Instance Attribute Details
#image_identifier ⇒ ::String
Returns the value of attribute image_identifier.
118 119 120 |
# File 'sig/types.rbs', line 118 def image_identifier @image_identifier end |
#state ⇒ "CREATING", ...
Returns the value of attribute state.
119 120 121 |
# File 'sig/types.rbs', line 119 def state @state end |