Struct aws_sdk_memorydb::model::AvailabilityZone
source · #[non_exhaustive]pub struct AvailabilityZone { /* private fields */ }
Expand description
Indicates if the cluster has a Multi-AZ configuration (multiaz) or not (singleaz).
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 more