Class: Aws::Types::CustomDBEngineVersionAMI
- Inherits:
-
Object
- Object
- Aws::Types::CustomDBEngineVersionAMI
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#image_id ⇒ ::String
Returns the value of attribute image_id.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#image_id ⇒ ::String
Returns the value of attribute image_id.
799 800 801 |
# File 'sig/types.rbs', line 799 def image_id @image_id end |
#status ⇒ ::String
Returns the value of attribute status.
800 801 802 |
# File 'sig/types.rbs', line 800 def status @status end |