Class: Aws::Types::UpdateDbClusterInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateDbClusterInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_backup_configurations ⇒ ::Array[Types::DbBackupConfiguration]
Returns the value of attribute db_backup_configurations.
-
#db_cluster_id ⇒ ::String
Returns the value of attribute db_cluster_id.
-
#db_instance_type ⇒ "db.influx.medium", ...
Returns the value of attribute db_instance_type.
-
#db_parameter_group_identifier ⇒ ::String
Returns the value of attribute db_parameter_group_identifier.
-
#failover_mode ⇒ "AUTOMATIC", "NO_FAILOVER"
Returns the value of attribute failover_mode.
-
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
Returns the value of attribute log_delivery_configuration.
-
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
-
#port ⇒ ::Integer
Returns the value of attribute port.
Instance Attribute Details
#db_backup_configurations ⇒ ::Array[Types::DbBackupConfiguration]
Returns the value of attribute db_backup_configurations.
845 846 847 |
# File 'sig/types.rbs', line 845 def db_backup_configurations @db_backup_configurations end |
#db_cluster_id ⇒ ::String
Returns the value of attribute db_cluster_id.
838 839 840 |
# File 'sig/types.rbs', line 838 def db_cluster_id @db_cluster_id end |
#db_instance_type ⇒ "db.influx.medium", ...
Returns the value of attribute db_instance_type.
842 843 844 |
# File 'sig/types.rbs', line 842 def db_instance_type @db_instance_type end |
#db_parameter_group_identifier ⇒ ::String
Returns the value of attribute db_parameter_group_identifier.
840 841 842 |
# File 'sig/types.rbs', line 840 def db_parameter_group_identifier @db_parameter_group_identifier end |
#failover_mode ⇒ "AUTOMATIC", "NO_FAILOVER"
Returns the value of attribute failover_mode.
843 844 845 |
# File 'sig/types.rbs', line 843 def failover_mode @failover_mode end |
#log_delivery_configuration ⇒ Types::LogDeliveryConfiguration
Returns the value of attribute log_delivery_configuration.
839 840 841 |
# File 'sig/types.rbs', line 839 def log_delivery_configuration @log_delivery_configuration end |
#maintenance_schedule ⇒ Types::MaintenanceSchedule
Returns the value of attribute maintenance_schedule.
844 845 846 |
# File 'sig/types.rbs', line 844 def maintenance_schedule @maintenance_schedule end |
#port ⇒ ::Integer
Returns the value of attribute port.
841 842 843 |
# File 'sig/types.rbs', line 841 def port @port end |