Class: Aws::Types::GetMicrovmImageVersionInput
- Inherits:
-
Object
- Object
- Aws::Types::GetMicrovmImageVersionInput
- 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.
Instance Attribute Details
#image_identifier ⇒ ::String
Returns the value of attribute image_identifier.
175 176 177 |
# File 'sig/types.rbs', line 175 def image_identifier @image_identifier end |
#image_version ⇒ ::String
Returns the value of attribute image_version.
176 177 178 |
# File 'sig/types.rbs', line 176 def image_version @image_version end |