Struct rusoto_ec2::AvailabilityZone[][src]

pub struct AvailabilityZone {
    pub messages: Option<Vec<AvailabilityZoneMessage>>,
    pub region_name: Option<String>,
    pub state: Option<String>,
    pub zone_name: Option<String>,
}

Describes an Availability Zone.

Fields

Any messages about the Availability Zone.

The name of the region.

The state of the Availability Zone.

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. Read more

impl Clone for AvailabilityZone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for AvailabilityZone
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations