Class: Aws::Types::CustomAmi
- Inherits:
-
Object
- Object
- Aws::Types::CustomAmi
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#virtualization_type ⇒ ::String
Returns the value of attribute virtualization_type.
Instance Attribute Details
#image_id ⇒ ::String
Returns the value of attribute image_id.
301 302 303 |
# File 'sig/types.rbs', line 301 def image_id @image_id end |
#virtualization_type ⇒ ::String
Returns the value of attribute virtualization_type.
300 301 302 |
# File 'sig/types.rbs', line 300 def virtualization_type @virtualization_type end |