Class: Aws::Types::TenantDatabasePendingModifiedValues
- Inherits:
-
Object
- Object
- Aws::Types::TenantDatabasePendingModifiedValues
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
-
#tenant_db_name ⇒ ::String
Returns the value of attribute tenant_db_name.
Instance Attribute Details
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
4488 4489 4490 |
# File 'sig/types.rbs', line 4488 def master_user_password @master_user_password end |
#tenant_db_name ⇒ ::String
Returns the value of attribute tenant_db_name.
4489 4490 4491 |
# File 'sig/types.rbs', line 4489 def tenant_db_name @tenant_db_name end |