Struct aws_sdk_databasemigration::model::AvailabilityZone
source · #[non_exhaustive]pub struct AvailabilityZone { /* private fields */ }
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.
Implementations§
source§impl AvailabilityZone
impl AvailabilityZone
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AvailabilityZone
.
Trait Implementations§
source§impl Clone for AvailabilityZone
impl Clone for AvailabilityZone
source§fn clone(&self) -> AvailabilityZone
fn clone(&self) -> AvailabilityZone
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AvailabilityZone
impl Debug for AvailabilityZone
source§impl PartialEq<AvailabilityZone> for AvailabilityZone
impl PartialEq<AvailabilityZone> for AvailabilityZone
source§fn eq(&self, other: &AvailabilityZone) -> bool
fn eq(&self, other: &AvailabilityZone) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.