Class: Aws::Types::ModifyTenantDatabaseMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyTenantDatabaseMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
-
#manage_master_user_password ⇒ Boolean
Returns the value of attribute manage_master_user_password.
-
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
-
#master_user_secret_kms_key_id ⇒ ::String
Returns the value of attribute master_user_secret_kms_key_id.
-
#new_tenant_db_name ⇒ ::String
Returns the value of attribute new_tenant_db_name.
-
#rotate_master_user_password ⇒ Boolean
Returns the value of attribute rotate_master_user_password.
-
#tenant_db_name ⇒ ::String
Returns the value of attribute tenant_db_name.
Instance Attribute Details
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
3273 3274 3275 |
# File 'sig/types.rbs', line 3273 def db_instance_identifier @db_instance_identifier end |
#manage_master_user_password ⇒ Boolean
Returns the value of attribute manage_master_user_password.
3277 3278 3279 |
# File 'sig/types.rbs', line 3277 def manage_master_user_password @manage_master_user_password end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
3275 3276 3277 |
# File 'sig/types.rbs', line 3275 def master_user_password @master_user_password end |
#master_user_secret_kms_key_id ⇒ ::String
Returns the value of attribute master_user_secret_kms_key_id.
3279 3280 3281 |
# File 'sig/types.rbs', line 3279 def master_user_secret_kms_key_id @master_user_secret_kms_key_id end |
#new_tenant_db_name ⇒ ::String
Returns the value of attribute new_tenant_db_name.
3276 3277 3278 |
# File 'sig/types.rbs', line 3276 def new_tenant_db_name @new_tenant_db_name end |
#rotate_master_user_password ⇒ Boolean
Returns the value of attribute rotate_master_user_password.
3278 3279 3280 |
# File 'sig/types.rbs', line 3278 def rotate_master_user_password @rotate_master_user_password end |
#tenant_db_name ⇒ ::String
Returns the value of attribute tenant_db_name.
3274 3275 3276 |
# File 'sig/types.rbs', line 3274 def tenant_db_name @tenant_db_name end |