Class: Aws::Types::ModifyDBInstanceMessage

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:tde_credential_password])

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_storage::Integer

Returns the value of attribute allocated_storage.

Returns:

  • (::Integer)


1289
1290
1291
# File 'sig/types.rbs', line 1289

def allocated_storage
  @allocated_storage
end

#allow_major_version_upgradeBoolean

Returns the value of attribute allow_major_version_upgrade.

Returns:

  • (Boolean)


1302
1303
1304
# File 'sig/types.rbs', line 1302

def allow_major_version_upgrade
  @allow_major_version_upgrade
end

#apply_immediatelyBoolean

Returns the value of attribute apply_immediately.

Returns:

  • (Boolean)


1294
1295
1296
# File 'sig/types.rbs', line 1294

def apply_immediately
  @apply_immediately
end

#auto_minor_version_upgradeBoolean

Returns the value of attribute auto_minor_version_upgrade.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1311
1312
1313
# File 'sig/types.rbs', line 1311

def ca_certificate_identifier
  @ca_certificate_identifier
end

#cloudwatch_logs_export_configurationTypes::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_snapshotBoolean

Returns the value of attribute copy_tags_to_snapshot.

Returns:

  • (Boolean)


1313
1314
1315
# File 'sig/types.rbs', line 1313

def copy_tags_to_snapshot
  @copy_tags_to_snapshot
end

#db_instance_class::String

Returns the value of attribute db_instance_class.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Array[::String])


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.

Returns:

  • (::String)


1291
1292
1293
# File 'sig/types.rbs', line 1291

def db_subnet_group_name
  @db_subnet_group_name
end

#deletion_protectionBoolean

Returns the value of attribute deletion_protection.

Returns:

  • (Boolean)


1324
1325
1326
# File 'sig/types.rbs', line 1324

def deletion_protection
  @deletion_protection
end

#domain::String

Returns the value of attribute domain.

Returns:

  • (::String)


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.

Returns:

  • (::String)


1318
1319
1320
# File 'sig/types.rbs', line 1318

def domain_iam_role_name
  @domain_iam_role_name
end

#enable_iam_database_authenticationBoolean

Returns the value of attribute enable_iam_database_authentication.

Returns:

  • (Boolean)


1320
1321
1322
# File 'sig/types.rbs', line 1320

def enable_iam_database_authentication
  @enable_iam_database_authentication
end

#enable_performance_insightsBoolean

Returns the value of attribute enable_performance_insights.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


1301
1302
1303
# File 'sig/types.rbs', line 1301

def engine_version
  @engine_version
end

#iops::Integer

Returns the value of attribute iops.

Returns:

  • (::Integer)


1305
1306
1307
# File 'sig/types.rbs', line 1305

def iops
  @iops
end

#license_model::String

Returns the value of attribute license_model.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::String)


1317
1318
1319
# File 'sig/types.rbs', line 1317

def monitoring_role_arn
  @monitoring_role_arn
end

#multi_azBoolean

Returns the value of attribute multi_az.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Integer)


1319
1320
1321
# File 'sig/types.rbs', line 1319

def promotion_tier
  @promotion_tier
end

#publicly_accessibleBoolean

Returns the value of attribute publicly_accessible.

Returns:

  • (Boolean)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


1293
1294
1295
# File 'sig/types.rbs', line 1293

def vpc_security_group_ids
  @vpc_security_group_ids
end