class Aws::RDS::Types::PendingModifiedValues
This data type is used as a response element in the `ModifyDBInstance` operation and contains changes that will be applied during the next maintenance window.
@!attribute [rw] db_instance_class
The name of the compute and memory capacity class for the DB instance. @return [String]
@!attribute [rw] allocated_storage
The allocated storage size for the DB instance specified in gibibytes (GiB). @return [Integer]
@!attribute [rw] master_user_password
The master credentials for the DB instance. @return [String]
@!attribute [rw] port
The port for the DB instance. @return [Integer]
@!attribute [rw] backup_retention_period
The number of days for which automated backups are retained. @return [Integer]
@!attribute [rw] multi_az
A value that indicates that the Single-AZ DB instance will change to a Multi-AZ deployment. @return [Boolean]
@!attribute [rw] engine_version
The database engine version. @return [String]
@!attribute [rw] license_model
The license model for the DB instance. Valid values: `license-included` \| `bring-your-own-license` \| `general-public-license` @return [String]
@!attribute [rw] iops
The Provisioned IOPS value for the DB instance. @return [Integer]
@!attribute [rw] db_instance_identifier
The database identifier for the DB instance. @return [String]
@!attribute [rw] storage_type
The storage type of the DB instance. @return [String]
@!attribute [rw] ca_certificate_identifier
The identifier of the CA certificate for the DB instance. @return [String]
@!attribute [rw] db_subnet_group_name
The DB subnet group for the DB instance. @return [String]
@!attribute [rw] pending_cloudwatch_logs_exports
A list of the log types whose configuration is still pending. In other words, these log types are in the process of being activated or deactivated. @return [Types::PendingCloudwatchLogsExports]
@!attribute [rw] processor_features
The number of CPU cores and the number of threads per core for the DB instance class of the DB instance. @return [Array<Types::ProcessorFeature>]
@!attribute [rw] iam_database_authentication_enabled
Whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled. @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/PendingModifiedValues AWS API Documentation
Constants
- SENSITIVE