Class: Aws::Types::UpdateRelationalDatabaseRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRelationalDatabaseRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
-
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
-
#disable_backup_retention ⇒ Boolean
Returns the value of attribute disable_backup_retention.
-
#enable_backup_retention ⇒ Boolean
Returns the value of attribute enable_backup_retention.
-
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
-
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#relational_database_blueprint_id ⇒ ::String
Returns the value of attribute relational_database_blueprint_id.
-
#relational_database_name ⇒ ::String
Returns the value of attribute relational_database_name.
-
#rotate_master_user_password ⇒ Boolean
Returns the value of attribute rotate_master_user_password.
Instance Attribute Details
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
3204 3205 3206 |
# File 'sig/types.rbs', line 3204 def apply_immediately @apply_immediately end |
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
3205 3206 3207 |
# File 'sig/types.rbs', line 3205 def ca_certificate_identifier @ca_certificate_identifier end |
#disable_backup_retention ⇒ Boolean
Returns the value of attribute disable_backup_retention.
3202 3203 3204 |
# File 'sig/types.rbs', line 3202 def disable_backup_retention @disable_backup_retention end |
#enable_backup_retention ⇒ Boolean
Returns the value of attribute enable_backup_retention.
3201 3202 3203 |
# File 'sig/types.rbs', line 3201 def enable_backup_retention @enable_backup_retention end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
3197 3198 3199 |
# File 'sig/types.rbs', line 3197 def master_user_password @master_user_password end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
3199 3200 3201 |
# File 'sig/types.rbs', line 3199 def preferred_backup_window @preferred_backup_window end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
3200 3201 3202 |
# File 'sig/types.rbs', line 3200 def preferred_maintenance_window @preferred_maintenance_window end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
3203 3204 3205 |
# File 'sig/types.rbs', line 3203 def publicly_accessible @publicly_accessible end |
#relational_database_blueprint_id ⇒ ::String
Returns the value of attribute relational_database_blueprint_id.
3206 3207 3208 |
# File 'sig/types.rbs', line 3206 def relational_database_blueprint_id @relational_database_blueprint_id end |
#relational_database_name ⇒ ::String
Returns the value of attribute relational_database_name.
3196 3197 3198 |
# File 'sig/types.rbs', line 3196 def relational_database_name @relational_database_name end |
#rotate_master_user_password ⇒ Boolean
Returns the value of attribute rotate_master_user_password.
3198 3199 3200 |
# File 'sig/types.rbs', line 3198 def rotate_master_user_password @rotate_master_user_password end |