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.
-
#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.
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#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.
-
#network_type ⇒ ::String
Returns the value of attribute network_type.
-
#new_db_cluster_identifier ⇒ ::String
Returns the value of attribute new_db_cluster_identifier.
-
#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.
-
#rotate_master_user_password ⇒ Boolean
Returns the value of attribute rotate_master_user_password.
-
#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.
942 943 944 |
# File 'sig/types.rbs', line 942 def allow_major_version_upgrade @allow_major_version_upgrade end |
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
932 933 934 |
# File 'sig/types.rbs', line 932 def apply_immediately @apply_immediately end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
933 934 935 |
# File 'sig/types.rbs', line 933 def backup_retention_period @backup_retention_period end |
#cloudwatch_logs_export_configuration ⇒ Types::CloudwatchLogsExportConfiguration
Returns the value of attribute cloudwatch_logs_export_configuration.
940 941 942 |
# File 'sig/types.rbs', line 940 def cloudwatch_logs_export_configuration @cloudwatch_logs_export_configuration end |
#db_cluster_identifier ⇒ ::String
Returns the value of attribute db_cluster_identifier.
930 931 932 |
# File 'sig/types.rbs', line 930 def db_cluster_identifier @db_cluster_identifier end |
#db_cluster_parameter_group_name ⇒ ::String
Returns the value of attribute db_cluster_parameter_group_name.
934 935 936 |
# File 'sig/types.rbs', line 934 def db_cluster_parameter_group_name @db_cluster_parameter_group_name end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
943 944 945 |
# File 'sig/types.rbs', line 943 def deletion_protection @deletion_protection end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
941 942 943 |
# File 'sig/types.rbs', line 941 def engine_version @engine_version end |
#manage_master_user_password ⇒ Boolean
Returns the value of attribute manage_master_user_password.
946 947 948 |
# File 'sig/types.rbs', line 946 def manage_master_user_password @manage_master_user_password end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
937 938 939 |
# File 'sig/types.rbs', line 937 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.
947 948 949 |
# File 'sig/types.rbs', line 947 def master_user_secret_kms_key_id @master_user_secret_kms_key_id end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
949 950 951 |
# File 'sig/types.rbs', line 949 def network_type @network_type end |
#new_db_cluster_identifier ⇒ ::String
Returns the value of attribute new_db_cluster_identifier.
931 932 933 |
# File 'sig/types.rbs', line 931 def new_db_cluster_identifier @new_db_cluster_identifier end |
#port ⇒ ::Integer
Returns the value of attribute port.
936 937 938 |
# File 'sig/types.rbs', line 936 def port @port end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
938 939 940 |
# File 'sig/types.rbs', line 938 def preferred_backup_window @preferred_backup_window end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
939 940 941 |
# File 'sig/types.rbs', line 939 def preferred_maintenance_window @preferred_maintenance_window end |
#rotate_master_user_password ⇒ Boolean
Returns the value of attribute rotate_master_user_password.
948 949 950 |
# File 'sig/types.rbs', line 948 def rotate_master_user_password @rotate_master_user_password end |
#serverless_v2_scaling_configuration ⇒ Types::ServerlessV2ScalingConfiguration
Returns the value of attribute serverless_v2_scaling_configuration.
945 946 947 |
# File 'sig/types.rbs', line 945 def serverless_v2_scaling_configuration @serverless_v2_scaling_configuration end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
944 945 946 |
# File 'sig/types.rbs', line 944 def storage_type @storage_type end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
935 936 937 |
# File 'sig/types.rbs', line 935 def vpc_security_group_ids @vpc_security_group_ids end |