Class: Aws::Types::ModifyDBInstanceMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyDBInstanceMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#additional_storage_volumes ⇒ ::Array[Types::ModifyAdditionalStorageVolume]
Returns the value of attribute additional_storage_volumes.
-
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
-
#allow_major_version_upgrade ⇒ Boolean
Returns the value of attribute allow_major_version_upgrade.
-
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
-
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
-
#automation_mode ⇒ "full", "all-paused"
Returns the value of attribute automation_mode.
-
#aws_backup_recovery_point_arn ⇒ ::String
Returns the value of attribute aws_backup_recovery_point_arn.
-
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
-
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
-
#certificate_rotation_restart ⇒ Boolean
Returns the value of attribute certificate_rotation_restart.
-
#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.
-
#database_insights_mode ⇒ "standard", "advanced"
Returns the value of attribute database_insights_mode.
-
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
-
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
-
#db_parameter_group_name ⇒ ::String
Returns the value of attribute db_parameter_group_name.
-
#db_port_number ⇒ ::Integer
Returns the value of attribute db_port_number.
-
#db_security_groups ⇒ ::Array[::String]
Returns the value of attribute db_security_groups.
-
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
-
#dedicated_log_volume ⇒ Boolean
Returns the value of attribute dedicated_log_volume.
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#disable_domain ⇒ Boolean
Returns the value of attribute disable_domain.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#domain_auth_secret_arn ⇒ ::String
Returns the value of attribute domain_auth_secret_arn.
-
#domain_dns_ips ⇒ ::Array[::String]
Returns the value of attribute domain_dns_ips.
-
#domain_fqdn ⇒ ::String
Returns the value of attribute domain_fqdn.
-
#domain_iam_role_name ⇒ ::String
Returns the value of attribute domain_iam_role_name.
-
#domain_ou ⇒ ::String
Returns the value of attribute domain_ou.
-
#enable_customer_owned_ip ⇒ Boolean
Returns the value of attribute enable_customer_owned_ip.
-
#enable_iam_database_authentication ⇒ Boolean
Returns the value of attribute enable_iam_database_authentication.
-
#enable_performance_insights ⇒ Boolean
Returns the value of attribute enable_performance_insights.
-
#engine ⇒ ::String
Returns the value of attribute engine.
-
#engine_lifecycle_support ⇒ ::String
Returns the value of attribute engine_lifecycle_support.
-
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
-
#iops ⇒ ::Integer
Returns the value of attribute iops.
-
#license_model ⇒ ::String
Returns the value of attribute license_model.
-
#manage_master_user_password ⇒ Boolean
Returns the value of attribute manage_master_user_password.
-
#master_user_authentication_type ⇒ "password", "iam-db-auth"
Returns the value of attribute master_user_authentication_type.
-
#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.
-
#max_allocated_storage ⇒ ::Integer
Returns the value of attribute max_allocated_storage.
-
#monitoring_interval ⇒ ::Integer
Returns the value of attribute monitoring_interval.
-
#monitoring_role_arn ⇒ ::String
Returns the value of attribute monitoring_role_arn.
-
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
-
#multi_tenant ⇒ Boolean
Returns the value of attribute multi_tenant.
-
#network_type ⇒ ::String
Returns the value of attribute network_type.
-
#new_db_instance_identifier ⇒ ::String
Returns the value of attribute new_db_instance_identifier.
-
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
-
#performance_insights_kms_key_id ⇒ ::String
Returns the value of attribute performance_insights_kms_key_id.
-
#performance_insights_retention_period ⇒ ::Integer
Returns the value of attribute performance_insights_retention_period.
-
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#processor_features ⇒ ::Array[Types::ProcessorFeature]
Returns the value of attribute processor_features.
-
#promotion_tier ⇒ ::Integer
Returns the value of attribute promotion_tier.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#replica_mode ⇒ "open-read-only", "mounted"
Returns the value of attribute replica_mode.
-
#resume_full_automation_mode_minutes ⇒ ::Integer
Returns the value of attribute resume_full_automation_mode_minutes.
-
#rotate_master_user_password ⇒ Boolean
Returns the value of attribute rotate_master_user_password.
-
#storage_throughput ⇒ ::Integer
Returns the value of attribute storage_throughput.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
-
#tde_credential_arn ⇒ ::String
Returns the value of attribute tde_credential_arn.
-
#tde_credential_password ⇒ ::String
Returns the value of attribute tde_credential_password.
-
#use_default_processor_features ⇒ Boolean
Returns the value of attribute use_default_processor_features.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#additional_storage_volumes ⇒ ::Array[Types::ModifyAdditionalStorageVolume]
Returns the value of attribute additional_storage_volumes.
3109 3110 3111 |
# File 'sig/types.rbs', line 3109 def additional_storage_volumes @additional_storage_volumes end |
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
3049 3050 3051 |
# File 'sig/types.rbs', line 3049 def allocated_storage @allocated_storage end |
#allow_major_version_upgrade ⇒ Boolean
Returns the value of attribute allow_major_version_upgrade.
3062 3063 3064 |
# File 'sig/types.rbs', line 3062 def allow_major_version_upgrade @allow_major_version_upgrade end |
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
3054 3055 3056 |
# File 'sig/types.rbs', line 3054 def apply_immediately @apply_immediately end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
3063 3064 3065 |
# File 'sig/types.rbs', line 3063 def auto_minor_version_upgrade @auto_minor_version_upgrade end |
#automation_mode ⇒ "full", "all-paused"
Returns the value of attribute automation_mode.
3098 3099 3100 |
# File 'sig/types.rbs', line 3098 def automation_mode @automation_mode end |
#aws_backup_recovery_point_arn ⇒ ::String
Returns the value of attribute aws_backup_recovery_point_arn.
3102 3103 3104 |
# File 'sig/types.rbs', line 3102 def aws_backup_recovery_point_arn @aws_backup_recovery_point_arn end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
3057 3058 3059 |
# File 'sig/types.rbs', line 3057 def backup_retention_period @backup_retention_period end |
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
3072 3073 3074 |
# File 'sig/types.rbs', line 3072 def ca_certificate_identifier @ca_certificate_identifier end |
#certificate_rotation_restart ⇒ Boolean
Returns the value of attribute certificate_rotation_restart.
3096 3097 3098 |
# File 'sig/types.rbs', line 3096 def certificate_rotation_restart @certificate_rotation_restart end |
#cloudwatch_logs_export_configuration ⇒ Types::CloudwatchLogsExportConfiguration
Returns the value of attribute cloudwatch_logs_export_configuration.
3091 3092 3093 |
# File 'sig/types.rbs', line 3091 def cloudwatch_logs_export_configuration @cloudwatch_logs_export_configuration end |
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
3079 3080 3081 |
# File 'sig/types.rbs', line 3079 def @copy_tags_to_snapshot end |
#database_insights_mode ⇒ "standard", "advanced"
Returns the value of attribute database_insights_mode.
3087 3088 3089 |
# File 'sig/types.rbs', line 3087 def database_insights_mode @database_insights_mode end |
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
3050 3051 3052 |
# File 'sig/types.rbs', line 3050 def db_instance_class @db_instance_class end |
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
3048 3049 3050 |
# File 'sig/types.rbs', line 3048 def db_instance_identifier @db_instance_identifier end |
#db_parameter_group_name ⇒ ::String
Returns the value of attribute db_parameter_group_name.
3056 3057 3058 |
# File 'sig/types.rbs', line 3056 def db_parameter_group_name @db_parameter_group_name end |
#db_port_number ⇒ ::Integer
Returns the value of attribute db_port_number.
3081 3082 3083 |
# File 'sig/types.rbs', line 3081 def db_port_number @db_port_number end |
#db_security_groups ⇒ ::Array[::String]
Returns the value of attribute db_security_groups.
3052 3053 3054 |
# File 'sig/types.rbs', line 3052 def db_security_groups @db_security_groups end |
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
3051 3052 3053 |
# File 'sig/types.rbs', line 3051 def db_subnet_group_name @db_subnet_group_name end |
#dedicated_log_volume ⇒ Boolean
Returns the value of attribute dedicated_log_volume.
3107 3108 3109 |
# File 'sig/types.rbs', line 3107 def dedicated_log_volume @dedicated_log_volume end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
3094 3095 3096 |
# File 'sig/types.rbs', line 3094 def deletion_protection @deletion_protection end |
#disable_domain ⇒ Boolean
Returns the value of attribute disable_domain.
3078 3079 3080 |
# File 'sig/types.rbs', line 3078 def disable_domain @disable_domain end |
#domain ⇒ ::String
Returns the value of attribute domain.
3073 3074 3075 |
# File 'sig/types.rbs', line 3073 def domain @domain end |
#domain_auth_secret_arn ⇒ ::String
Returns the value of attribute domain_auth_secret_arn.
3076 3077 3078 |
# File 'sig/types.rbs', line 3076 def domain_auth_secret_arn @domain_auth_secret_arn end |
#domain_dns_ips ⇒ ::Array[::String]
Returns the value of attribute domain_dns_ips.
3077 3078 3079 |
# File 'sig/types.rbs', line 3077 def domain_dns_ips @domain_dns_ips end |
#domain_fqdn ⇒ ::String
Returns the value of attribute domain_fqdn.
3074 3075 3076 |
# File 'sig/types.rbs', line 3074 def domain_fqdn @domain_fqdn end |
#domain_iam_role_name ⇒ ::String
Returns the value of attribute domain_iam_role_name.
3084 3085 3086 |
# File 'sig/types.rbs', line 3084 def domain_iam_role_name @domain_iam_role_name end |
#domain_ou ⇒ ::String
Returns the value of attribute domain_ou.
3075 3076 3077 |
# File 'sig/types.rbs', line 3075 def domain_ou @domain_ou end |
#enable_customer_owned_ip ⇒ Boolean
Returns the value of attribute enable_customer_owned_ip.
3100 3101 3102 |
# File 'sig/types.rbs', line 3100 def enable_customer_owned_ip @enable_customer_owned_ip end |
#enable_iam_database_authentication ⇒ Boolean
Returns the value of attribute enable_iam_database_authentication.
3086 3087 3088 |
# File 'sig/types.rbs', line 3086 def enable_iam_database_authentication @enable_iam_database_authentication end |
#enable_performance_insights ⇒ Boolean
Returns the value of attribute enable_performance_insights.
3088 3089 3090 |
# File 'sig/types.rbs', line 3088 def enable_performance_insights @enable_performance_insights end |
#engine ⇒ ::String
Returns the value of attribute engine.
3108 3109 3110 |
# File 'sig/types.rbs', line 3108 def engine @engine end |
#engine_lifecycle_support ⇒ ::String
Returns the value of attribute engine_lifecycle_support.
3112 3113 3114 |
# File 'sig/types.rbs', line 3112 def engine_lifecycle_support @engine_lifecycle_support end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
3061 3062 3063 |
# File 'sig/types.rbs', line 3061 def engine_version @engine_version end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
3065 3066 3067 |
# File 'sig/types.rbs', line 3065 def iops @iops end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
3064 3065 3066 |
# File 'sig/types.rbs', line 3064 def license_model @license_model end |
#manage_master_user_password ⇒ Boolean
Returns the value of attribute manage_master_user_password.
3103 3104 3105 |
# File 'sig/types.rbs', line 3103 def manage_master_user_password @manage_master_user_password end |
#master_user_authentication_type ⇒ "password", "iam-db-auth"
Returns the value of attribute master_user_authentication_type.
3111 3112 3113 |
# File 'sig/types.rbs', line 3111 def master_user_authentication_type @master_user_authentication_type end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
3055 3056 3057 |
# File 'sig/types.rbs', line 3055 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.
3105 3106 3107 |
# File 'sig/types.rbs', line 3105 def master_user_secret_kms_key_id @master_user_secret_kms_key_id end |
#max_allocated_storage ⇒ ::Integer
Returns the value of attribute max_allocated_storage.
3095 3096 3097 |
# File 'sig/types.rbs', line 3095 def max_allocated_storage @max_allocated_storage end |
#monitoring_interval ⇒ ::Integer
Returns the value of attribute monitoring_interval.
3080 3081 3082 |
# File 'sig/types.rbs', line 3080 def monitoring_interval @monitoring_interval end |
#monitoring_role_arn ⇒ ::String
Returns the value of attribute monitoring_role_arn.
3083 3084 3085 |
# File 'sig/types.rbs', line 3083 def monitoring_role_arn @monitoring_role_arn end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
3060 3061 3062 |
# File 'sig/types.rbs', line 3060 def multi_az @multi_az end |
#multi_tenant ⇒ Boolean
Returns the value of attribute multi_tenant.
3106 3107 3108 |
# File 'sig/types.rbs', line 3106 def multi_tenant @multi_tenant end |
#network_type ⇒ ::String
Returns the value of attribute network_type.
3101 3102 3103 |
# File 'sig/types.rbs', line 3101 def network_type @network_type end |
#new_db_instance_identifier ⇒ ::String
Returns the value of attribute new_db_instance_identifier.
3068 3069 3070 |
# File 'sig/types.rbs', line 3068 def new_db_instance_identifier @new_db_instance_identifier end |
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
3067 3068 3069 |
# File 'sig/types.rbs', line 3067 def option_group_name @option_group_name end |
#performance_insights_kms_key_id ⇒ ::String
Returns the value of attribute performance_insights_kms_key_id.
3089 3090 3091 |
# File 'sig/types.rbs', line 3089 def performance_insights_kms_key_id @performance_insights_kms_key_id end |
#performance_insights_retention_period ⇒ ::Integer
Returns the value of attribute performance_insights_retention_period.
3090 3091 3092 |
# File 'sig/types.rbs', line 3090 def performance_insights_retention_period @performance_insights_retention_period end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
3058 3059 3060 |
# File 'sig/types.rbs', line 3058 def preferred_backup_window @preferred_backup_window end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
3059 3060 3061 |
# File 'sig/types.rbs', line 3059 def preferred_maintenance_window @preferred_maintenance_window end |
#processor_features ⇒ ::Array[Types::ProcessorFeature]
Returns the value of attribute processor_features.
3092 3093 3094 |
# File 'sig/types.rbs', line 3092 def processor_features @processor_features end |
#promotion_tier ⇒ ::Integer
Returns the value of attribute promotion_tier.
3085 3086 3087 |
# File 'sig/types.rbs', line 3085 def promotion_tier @promotion_tier end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
3082 3083 3084 |
# File 'sig/types.rbs', line 3082 def publicly_accessible @publicly_accessible end |
#replica_mode ⇒ "open-read-only", "mounted"
Returns the value of attribute replica_mode.
3097 3098 3099 |
# File 'sig/types.rbs', line 3097 def replica_mode @replica_mode end |
#resume_full_automation_mode_minutes ⇒ ::Integer
Returns the value of attribute resume_full_automation_mode_minutes.
3099 3100 3101 |
# File 'sig/types.rbs', line 3099 def resume_full_automation_mode_minutes @resume_full_automation_mode_minutes end |
#rotate_master_user_password ⇒ Boolean
Returns the value of attribute rotate_master_user_password.
3104 3105 3106 |
# File 'sig/types.rbs', line 3104 def rotate_master_user_password @rotate_master_user_password end |
#storage_throughput ⇒ ::Integer
Returns the value of attribute storage_throughput.
3066 3067 3068 |
# File 'sig/types.rbs', line 3066 def storage_throughput @storage_throughput end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
3069 3070 3071 |
# File 'sig/types.rbs', line 3069 def storage_type @storage_type end |
#tag_specifications ⇒ ::Array[Types::TagSpecification]
Returns the value of attribute tag_specifications.
3110 3111 3112 |
# File 'sig/types.rbs', line 3110 def tag_specifications @tag_specifications end |
#tde_credential_arn ⇒ ::String
Returns the value of attribute tde_credential_arn.
3070 3071 3072 |
# File 'sig/types.rbs', line 3070 def tde_credential_arn @tde_credential_arn end |
#tde_credential_password ⇒ ::String
Returns the value of attribute tde_credential_password.
3071 3072 3073 |
# File 'sig/types.rbs', line 3071 def tde_credential_password @tde_credential_password end |
#use_default_processor_features ⇒ Boolean
Returns the value of attribute use_default_processor_features.
3093 3094 3095 |
# File 'sig/types.rbs', line 3093 def use_default_processor_features @use_default_processor_features end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
3053 3054 3055 |
# File 'sig/types.rbs', line 3053 def vpc_security_group_ids @vpc_security_group_ids end |