Struct rusoto_elasticache::AvailabilityZone [] [src]

pub struct AvailabilityZone {
    pub name: Option<String>,
}

Describes an Availability Zone in which the cache cluster is launched.

Fields

The name of the Availability Zone.

Trait Implementations

impl Default for AvailabilityZone
[src]

Returns the "default value" for a type. Read more

impl Debug for AvailabilityZone
[src]

Formats the value using the given formatter.

impl Clone for AvailabilityZone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more