Class: Aws::Types::ModifyDBInstanceMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyDBInstanceMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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.
-
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
-
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
-
#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_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.
-
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
-
#domain ⇒ ::String
Returns the value of attribute domain.
-
#domain_iam_role_name ⇒ ::String
Returns the value of attribute domain_iam_role_name.
-
#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_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.
-
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
-
#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.
-
#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.
-
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
-
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
-
#promotion_tier ⇒ ::Integer
Returns the value of attribute promotion_tier.
-
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
-
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
-
#tde_credential_arn ⇒ ::String
Returns the value of attribute tde_credential_arn.
-
#tde_credential_password ⇒ ::String
Returns the value of attribute tde_credential_password.
-
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
Instance Attribute Details
#allocated_storage ⇒ ::Integer
Returns the value of attribute allocated_storage.
1289 1290 1291 |
# File 'sig/types.rbs', line 1289 def allocated_storage @allocated_storage end |
#allow_major_version_upgrade ⇒ Boolean
Returns the value of attribute allow_major_version_upgrade.
1302 1303 1304 |
# File 'sig/types.rbs', line 1302 def allow_major_version_upgrade @allow_major_version_upgrade end |
#apply_immediately ⇒ Boolean
Returns the value of attribute apply_immediately.
1294 1295 1296 |
# File 'sig/types.rbs', line 1294 def apply_immediately @apply_immediately end |
#auto_minor_version_upgrade ⇒ Boolean
Returns the value of attribute auto_minor_version_upgrade.
1303 1304 1305 |
# File 'sig/types.rbs', line 1303 def auto_minor_version_upgrade @auto_minor_version_upgrade end |
#backup_retention_period ⇒ ::Integer
Returns the value of attribute backup_retention_period.
1297 1298 1299 |
# File 'sig/types.rbs', line 1297 def backup_retention_period @backup_retention_period end |
#ca_certificate_identifier ⇒ ::String
Returns the value of attribute ca_certificate_identifier.
1311 1312 1313 |
# File 'sig/types.rbs', line 1311 def ca_certificate_identifier @ca_certificate_identifier end |
#cloudwatch_logs_export_configuration ⇒ Types::CloudwatchLogsExportConfiguration
Returns the value of attribute cloudwatch_logs_export_configuration.
1323 1324 1325 |
# File 'sig/types.rbs', line 1323 def cloudwatch_logs_export_configuration @cloudwatch_logs_export_configuration end |
#copy_tags_to_snapshot ⇒ Boolean
Returns the value of attribute copy_tags_to_snapshot.
1313 1314 1315 |
# File 'sig/types.rbs', line 1313 def end |
#db_instance_class ⇒ ::String
Returns the value of attribute db_instance_class.
1290 1291 1292 |
# File 'sig/types.rbs', line 1290 def db_instance_class @db_instance_class end |
#db_instance_identifier ⇒ ::String
Returns the value of attribute db_instance_identifier.
1288 1289 1290 |
# File 'sig/types.rbs', line 1288 def db_instance_identifier @db_instance_identifier end |
#db_parameter_group_name ⇒ ::String
Returns the value of attribute db_parameter_group_name.
1296 1297 1298 |
# File 'sig/types.rbs', line 1296 def db_parameter_group_name @db_parameter_group_name end |
#db_port_number ⇒ ::Integer
Returns the value of attribute db_port_number.
1315 1316 1317 |
# File 'sig/types.rbs', line 1315 def db_port_number @db_port_number end |
#db_security_groups ⇒ ::Array[::String]
Returns the value of attribute db_security_groups.
1292 1293 1294 |
# File 'sig/types.rbs', line 1292 def db_security_groups @db_security_groups end |
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
1291 1292 1293 |
# File 'sig/types.rbs', line 1291 def db_subnet_group_name @db_subnet_group_name end |
#deletion_protection ⇒ Boolean
Returns the value of attribute deletion_protection.
1324 1325 1326 |
# File 'sig/types.rbs', line 1324 def deletion_protection @deletion_protection end |
#domain ⇒ ::String
Returns the value of attribute domain.
1312 1313 1314 |
# File 'sig/types.rbs', line 1312 def domain @domain end |
#domain_iam_role_name ⇒ ::String
Returns the value of attribute domain_iam_role_name.
1318 1319 1320 |
# File 'sig/types.rbs', line 1318 def domain_iam_role_name @domain_iam_role_name end |
#enable_iam_database_authentication ⇒ Boolean
Returns the value of attribute enable_iam_database_authentication.
1320 1321 1322 |
# File 'sig/types.rbs', line 1320 def enable_iam_database_authentication @enable_iam_database_authentication end |
#enable_performance_insights ⇒ Boolean
Returns the value of attribute enable_performance_insights.
1321 1322 1323 |
# File 'sig/types.rbs', line 1321 def enable_performance_insights @enable_performance_insights end |
#engine_version ⇒ ::String
Returns the value of attribute engine_version.
1301 1302 1303 |
# File 'sig/types.rbs', line 1301 def engine_version @engine_version end |
#iops ⇒ ::Integer
Returns the value of attribute iops.
1305 1306 1307 |
# File 'sig/types.rbs', line 1305 def iops @iops end |
#license_model ⇒ ::String
Returns the value of attribute license_model.
1304 1305 1306 |
# File 'sig/types.rbs', line 1304 def license_model @license_model end |
#master_user_password ⇒ ::String
Returns the value of attribute master_user_password.
1295 1296 1297 |
# File 'sig/types.rbs', line 1295 def master_user_password @master_user_password end |
#monitoring_interval ⇒ ::Integer
Returns the value of attribute monitoring_interval.
1314 1315 1316 |
# File 'sig/types.rbs', line 1314 def monitoring_interval @monitoring_interval end |
#monitoring_role_arn ⇒ ::String
Returns the value of attribute monitoring_role_arn.
1317 1318 1319 |
# File 'sig/types.rbs', line 1317 def monitoring_role_arn @monitoring_role_arn end |
#multi_az ⇒ Boolean
Returns the value of attribute multi_az.
1300 1301 1302 |
# File 'sig/types.rbs', line 1300 def multi_az @multi_az end |
#new_db_instance_identifier ⇒ ::String
Returns the value of attribute new_db_instance_identifier.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def new_db_instance_identifier @new_db_instance_identifier end |
#option_group_name ⇒ ::String
Returns the value of attribute option_group_name.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def option_group_name @option_group_name end |
#performance_insights_kms_key_id ⇒ ::String
Returns the value of attribute performance_insights_kms_key_id.
1322 1323 1324 |
# File 'sig/types.rbs', line 1322 def performance_insights_kms_key_id @performance_insights_kms_key_id end |
#preferred_backup_window ⇒ ::String
Returns the value of attribute preferred_backup_window.
1298 1299 1300 |
# File 'sig/types.rbs', line 1298 def preferred_backup_window @preferred_backup_window end |
#preferred_maintenance_window ⇒ ::String
Returns the value of attribute preferred_maintenance_window.
1299 1300 1301 |
# File 'sig/types.rbs', line 1299 def preferred_maintenance_window @preferred_maintenance_window end |
#promotion_tier ⇒ ::Integer
Returns the value of attribute promotion_tier.
1319 1320 1321 |
# File 'sig/types.rbs', line 1319 def promotion_tier @promotion_tier end |
#publicly_accessible ⇒ Boolean
Returns the value of attribute publicly_accessible.
1316 1317 1318 |
# File 'sig/types.rbs', line 1316 def publicly_accessible @publicly_accessible end |
#storage_type ⇒ ::String
Returns the value of attribute storage_type.
1308 1309 1310 |
# File 'sig/types.rbs', line 1308 def storage_type @storage_type end |
#tde_credential_arn ⇒ ::String
Returns the value of attribute tde_credential_arn.
1309 1310 1311 |
# File 'sig/types.rbs', line 1309 def tde_credential_arn @tde_credential_arn end |
#tde_credential_password ⇒ ::String
Returns the value of attribute tde_credential_password.
1310 1311 1312 |
# File 'sig/types.rbs', line 1310 def tde_credential_password @tde_credential_password end |
#vpc_security_group_ids ⇒ ::Array[::String]
Returns the value of attribute vpc_security_group_ids.
1293 1294 1295 |
# File 'sig/types.rbs', line 1293 def vpc_security_group_ids @vpc_security_group_ids end |