Struct rusoto_lightsail::AvailabilityZone [] [src]

pub struct AvailabilityZone {
    pub state: Option<String>,
    pub zone_name: Option<String>,
}

Describes an Availability Zone.

Fields

The state of the Availability Zone.

The name of the Availability Zone. The format is us-east-1a (case-sensitive).

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