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]

[src]

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

impl Debug for AvailabilityZone
[src]

[src]

Formats the value using the given formatter.

impl Clone for AvailabilityZone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more