Struct rusoto_rds::AvailabilityZone [] [src]

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

Contains Availability Zone information.

This data type is used as an element in the following data type:

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