Struct aws_sdk_databasemigration::model::ReplicationPendingModifiedValues [−][src]
#[non_exhaustive]pub struct ReplicationPendingModifiedValues {
pub replication_instance_class: Option<String>,
pub allocated_storage: Option<i32>,
pub multi_az: Option<bool>,
pub engine_version: Option<String>,
}
Expand description
Provides information about the values of pending modifications to a replication
instance. This data type is an object of the
ReplicationInstance
user-defined
data type.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.replication_instance_class: Option<String>
The compute and memory capacity of the replication instance as defined for the specified replication instance class.
For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.
allocated_storage: Option<i32>
The amount of storage (in gigabytes) that is allocated for the replication instance.
multi_az: Option<bool>
Specifies whether the replication instance is a Multi-AZ deployment. You can't set the
AvailabilityZone
parameter if the Multi-AZ parameter is set to
true
.
engine_version: Option<String>
The engine version number of the replication instance.
Implementations
The compute and memory capacity of the replication instance as defined for the specified replication instance class.
For more information on the settings and capacities for the available replication instance classes, see Selecting the right DMS replication instance for your migration.
The amount of storage (in gigabytes) that is allocated for the replication instance.
Specifies whether the replication instance is a Multi-AZ deployment. You can't set the
AvailabilityZone
parameter if the Multi-AZ parameter is set to
true
.
The engine version number of the replication instance.
Creates a new builder-style object to manufacture ReplicationPendingModifiedValues
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for ReplicationPendingModifiedValues
impl Sync for ReplicationPendingModifiedValues
impl Unpin for ReplicationPendingModifiedValues
Blanket Implementations
Mutably borrows from an owned value. Read more
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