Struct aws_sdk_databasemigration::model::AvailabilityZone [−][src]
Expand description
The name of an Availability Zone for use during database migration.
AvailabilityZone
is an optional parameter to the
CreateReplicationInstance
operation, and it’s value relates to
the Amazon Web Services Region of an endpoint. For example, the availability zone of an endpoint in the
us-east-1 region might be us-east-1a, us-east-1b, us-east-1c, or us-east-1d.
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.name: Option<String>
The name of the Availability Zone.
Implementations
Creates a new builder-style object to manufacture AvailabilityZone
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 RefUnwindSafe for AvailabilityZone
impl Send for AvailabilityZone
impl Sync for AvailabilityZone
impl Unpin for AvailabilityZone
impl UnwindSafe for AvailabilityZone
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