Class: Aws::Types::RelationalDatabaseBlueprint
- Inherits:
-
Object
- Object
- Aws::Types::RelationalDatabaseBlueprint
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#blueprint_id ⇒ ::String
Returns the value of attribute blueprint_id.
-
#engine ⇒ "mysql"
Returns the value of attribute engine.
-
#engine_description ⇒ ::String
Returns the value of attribute engine_description.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#engine_version_description ⇒ ::String
Returns the value of attribute engine_version_description.
-
#is_engine_default ⇒ Boolean
Returns the value of attribute is_engine_default.
Instance Attribute Details
#blueprint_id ⇒ ::String
Returns the value of attribute blueprint_id.
2698 2699 2700 |
# File 'sig/types.rbs', line 2698 def blueprint_id @blueprint_id end |
#engine ⇒ "mysql"
Returns the value of attribute engine.
2699 2700 2701 |
# File 'sig/types.rbs', line 2699 def engine @engine end |
#engine_description ⇒ ::String
Returns the value of attribute engine_description.
2701 2702 2703 |
# File 'sig/types.rbs', line 2701 def engine_description @engine_description end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
2700 2701 2702 |
# File 'sig/types.rbs', line 2700 def engine_version @engine_version end |
#engine_version_description ⇒ ::String
Returns the value of attribute engine_version_description.
2702 2703 2704 |
# File 'sig/types.rbs', line 2702 def engine_version_description @engine_version_description end |
#is_engine_default ⇒ Boolean
Returns the value of attribute is_engine_default.
2703 2704 2705 |
# File 'sig/types.rbs', line 2703 def is_engine_default @is_engine_default end |