logo
pub struct PendingModifiedValues {
Show 16 fields pub allocated_storage: Option<i64>, pub backup_retention_period: Option<i64>, pub ca_certificate_identifier: Option<String>, pub db_instance_class: Option<String>, pub db_instance_identifier: Option<String>, pub db_subnet_group_name: Option<String>, pub engine_version: Option<String>, pub iam_database_authentication_enabled: Option<bool>, pub iops: Option<i64>, pub license_model: Option<String>, pub master_user_password: Option<String>, pub multi_az: Option<bool>, pub pending_cloudwatch_logs_exports: Option<PendingCloudwatchLogsExports>, pub port: Option<i64>, pub processor_features: Option<Vec<ProcessorFeature>>, pub storage_type: Option<String>,
}
Expand description

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.

Fields

allocated_storage: Option<i64>

The allocated storage size for the DB instance specified in gibibytes .

backup_retention_period: Option<i64>

The number of days for which automated backups are retained.

ca_certificate_identifier: Option<String>

The identifier of the CA certificate for the DB instance.

db_instance_class: Option<String>

The name of the compute and memory capacity class for the DB instance.

db_instance_identifier: Option<String>

The database identifier for the DB instance.

db_subnet_group_name: Option<String>

The DB subnet group for the DB instance.

engine_version: Option<String>

The database engine version.

iam_database_authentication_enabled: Option<bool>

Whether mapping of Amazon Web Services Identity and Access Management (IAM) accounts to database accounts is enabled.

iops: Option<i64>

The Provisioned IOPS value for the DB instance.

license_model: Option<String>

The license model for the DB instance.

Valid values: license-included | bring-your-own-license | general-public-license

master_user_password: Option<String>

The master credentials for the DB instance.

multi_az: Option<bool>

A value that indicates that the Single-AZ DB instance will change to a Multi-AZ deployment.

pending_cloudwatch_logs_exports: Option<PendingCloudwatchLogsExports>port: Option<i64>

The port for the DB instance.

processor_features: Option<Vec<ProcessorFeature>>

The number of CPU cores and the number of threads per core for the DB instance class of the DB instance.

storage_type: Option<String>

The storage type of the DB instance.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more