Class: Aws::Types::PendingModifiedRelationalDatabaseValues
- Inherits:
-
Object
- Object
- Aws::Types::PendingModifiedRelationalDatabaseValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_retention_enabled ⇒ Boolean
Returns the value of attribute backup_retention_enabled.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
Instance Attribute Details
#backup_retention_enabled ⇒ Boolean
Returns the value of attribute backup_retention_enabled.
2543 2544 2545 |
# File 'sig/types.rbs', line 2543 def backup_retention_enabled @backup_retention_enabled end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
2542 2543 2544 |
# File 'sig/types.rbs', line 2542 def engine_version @engine_version end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
2541 2542 2543 |
# File 'sig/types.rbs', line 2541 def master_user_password @master_user_password end |