Class: Aws::Types::GetMicrovmImageBuildInput
- Inherits:
-
Object
- Object
- Aws::Types::GetMicrovmImageBuildInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#build_id ⇒ ::String
Returns the value of attribute build_id.
-
#image_identifier ⇒ ::String
Returns the value of attribute image_identifier.
-
#image_version ⇒ ::String
Returns the value of attribute image_version.
Instance Attribute Details
#build_id ⇒ ::String
Returns the value of attribute build_id.
139 140 141 |
# File 'sig/types.rbs', line 139 def build_id @build_id end |
#image_identifier ⇒ ::String
Returns the value of attribute image_identifier.
137 138 139 |
# File 'sig/types.rbs', line 137 def image_identifier @image_identifier end |
#image_version ⇒ ::String
Returns the value of attribute image_version.
138 139 140 |
# File 'sig/types.rbs', line 138 def image_version @image_version end |