Struct aws_sdk_elasticache::model::AvailabilityZone
source · #[non_exhaustive]pub struct AvailabilityZone { /* private fields */ }
Expand description
Describes an Availability Zone in which the cluster is launched.
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 ==
.