Class: Aws::Types::PromoteReadReplicaMessage
- Inherits:
-
Object
- Object
- Aws::Types::PromoteReadReplicaMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
-
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
Instance Attribute Details
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
3568 3569 3570 |
# File 'sig/types.rbs', line 3568 def backup_retention_period @backup_retention_period end |
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
3567 3568 3569 |
# File 'sig/types.rbs', line 3567 def db_instance_identifier @db_instance_identifier end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
3569 3570 3571 |
# File 'sig/types.rbs', line 3569 def preferred_backup_window @preferred_backup_window end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3570 3571 3572 |
# File 'sig/types.rbs', line 3570 def tag_specifications @tag_specifications end |