Class: Aws::Types::DeleteCustomDBEngineVersionMessage
- Inherits:
-
Object
- Object
- Aws::Types::DeleteCustomDBEngineVersionMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
Instance Attribute Details
#engine ⇒ ::String
Returns the value of attribute engine.
1764 1765 1766 |
# File 'sig/types.rbs', line 1764 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1765 1766 1767 |
# File 'sig/types.rbs', line 1765 def engine_version @engine_version end |