logo
pub struct AwsRdsDbPendingModifiedValues {
Show 15 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 iops: Option<i64>, pub license_model: Option<String>, pub master_user_password: Option<String>, pub multi_az: Option<bool>, pub pending_cloud_watch_logs_exports: Option<AwsRdsPendingCloudWatchLogsExports>, pub port: Option<i64>, pub processor_features: Option<Vec<AwsRdsDbProcessorFeature>>, pub storage_type: Option<String>,
}
Expand description

Changes to a DB instance that are currently pending.

Fields

allocated_storage: Option<i64>

The new value of the allocated storage for the DB instance.

backup_retention_period: Option<i64>

The new backup retention period for the DB instance.

ca_certificate_identifier: Option<String>

The new CA certificate identifier for the DB instance.

db_instance_class: Option<String>

The new DB instance class for the DB instance.

db_instance_identifier: Option<String>

The new DB instance identifier for the DB instance.

db_subnet_group_name: Option<String>

The name of the new subnet group for the DB instance.

engine_version: Option<String>

The new engine version for the DB instance.

iops: Option<i64>

The new provisioned IOPS value for the DB instance.

license_model: Option<String>

The new license model value for the DB instance.

master_user_password: Option<String>

The new master user password for the DB instance.

multi_az: Option<bool>

Indicates that a single Availability Zone DB instance is changing to a multiple Availability Zone deployment.

pending_cloud_watch_logs_exports: Option<AwsRdsPendingCloudWatchLogsExports>

A list of log types that are being enabled or disabled.

port: Option<i64>

The new port for the DB instance.

processor_features: Option<Vec<AwsRdsDbProcessorFeature>>

Processor features that are being updated.

storage_type: Option<String>

The new storage type for 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

Deserialize this value from the given Serde deserializer. Read more

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

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

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