Class: Aws::Types::ModifyDBClusterMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyDBClusterMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_major_version_upgrade ⇒ Boolean
Returns the value of attribute allow_major_version_upgrade.
-
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
-
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
-
#cloudwatch_logs_export_configuration ⇒ Types::CloudwatchLogsExportConfiguration
Returns the value of attribute cloudwatch_logs_export_configuration.
-
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
-
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
-
#db_cluster_parameter_group_name ⇒ ::String
Returns the value of attribute db_cluster_parameter_group_name.
-
#db_instance_parameter_group_name ⇒ ::String
Returns the value of attribute db_instance_parameter_group_name.
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#enable_iam_database_authentication ⇒ Boolean
Returns the value of attribute enable_iam_database_authentication.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
-
#network_type ⇒ ::String
Returns the value of attribute network_type.
-
#new_db_cluster_identifier ⇒ ::String
Returns the value of attribute new_db_cluster_identifier.
-
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
-
#port ⇒ ::Integer
Returns the value of attribute port.
-
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfiguration
Returns the value of attribute serverless_v2_scaling_configuration.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#allow_major_version_upgrade ⇒ Boolean
Returns the value of attribute allow_major_version_upgrade.
1253 1254 1255 |
# File 'sig/types.rbs', line 1253 def allow_major_version_upgrade @allow_major_version_upgrade end |
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def apply_immediately @apply_immediately end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def backup_retention_period @backup_retention_period end |
#cloudwatch_logs_export_configuration ⇒ Types::CloudwatchLogsExportConfiguration
Returns the value of attribute cloudwatch_logs_export_configuration.
1251 1252 1253 |
# File 'sig/types.rbs', line 1251 def cloudwatch_logs_export_configuration @cloudwatch_logs_export_configuration end |
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
1256 1257 1258 |
# File 'sig/types.rbs', line 1256 def @copy_tags_to_snapshot end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_parameter_group_name ⇒ ::String
Returns the value of attribute db_cluster_parameter_group_name.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def db_cluster_parameter_group_name @db_cluster_parameter_group_name end |
#db_instance_parameter_group_name ⇒ ::String
Returns the value of attribute db_instance_parameter_group_name.
1254 1255 1256 |
# File 'sig/types.rbs', line 1254 def db_instance_parameter_group_name @db_instance_parameter_group_name end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
1255 1256 1257 |
# File 'sig/types.rbs', line 1255 def deletion_protection @deletion_protection end |
#enable_iam_database_authentication ⇒ Boolean
Returns the value of attribute enable_iam_database_authentication.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def enable_iam_database_authentication @enable_iam_database_authentication end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1252 1253 1254 |
# File 'sig/types.rbs', line 1252 def engine_version @engine_version end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
1246 1247 1248 |
# File 'sig/types.rbs', line 1246 def master_user_password @master_user_password end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def network_type @network_type end |
#new_db_cluster_identifier ⇒ ::String
Returns the value of attribute new_db_cluster_identifier.
1240 1241 1242 |
# File 'sig/types.rbs', line 1240 def new_db_cluster_identifier @new_db_cluster_identifier end |
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
1247 1248 1249 |
# File 'sig/types.rbs', line 1247 def option_group_name @option_group_name end |
#port ⇒ ::Integer
Returns the value of attribute port.
1245 1246 1247 |
# File 'sig/types.rbs', line 1245 def port @port end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
1248 1249 1250 |
# File 'sig/types.rbs', line 1248 def preferred_backup_window @preferred_backup_window end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def preferred_maintenance_window @preferred_maintenance_window end |
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfiguration
Returns the value of attribute serverless_v2_scaling_configuration.
1257 1258 1259 |
# File 'sig/types.rbs', line 1257 def serverless_v2_scaling_configuration @serverless_v2_scaling_configuration end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def storage_type @storage_type end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
1244 1245 1246 |
# File 'sig/types.rbs', line 1244 def vpc_security_group_ids @vpc_security_group_ids end |