Class: Aws::Types::ModifyCustomDBEngineVersionMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyCustomDBEngineVersionMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#status ⇒ "available", ...
Returns the value of attribute status.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
2958 2959 2960 |
# File 'sig/types.rbs', line 2958 def description @description end |
#engine ⇒ ::String
Returns the value of attribute engine.
2956 2957 2958 |
# File 'sig/types.rbs', line 2956 def engine @engine end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
2957 2958 2959 |
# File 'sig/types.rbs', line 2957 def engine_version @engine_version end |
#status ⇒ "available", ...
Returns the value of attribute status.
2959 2960 2961 |
# File 'sig/types.rbs', line 2959 def status @status end |