Struct rusoto_ec2::DescribeAvailabilityZonesRequest [] [src]

pub struct DescribeAvailabilityZonesRequest {
    pub dry_run: Option<bool>,
    pub filters: Option<Vec<Filter>>,
    pub zone_names: Option<Vec<String>>,
}

Contains the parameters for DescribeAvailabilityZones.

Fields

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

One or more filters.

  • message - Information about the Availability Zone.

  • region-name - The name of the region for the Availability Zone (for example, us-east-1).

  • state - The state of the Availability Zone (available | information | impaired | unavailable).

  • zone-name - The name of the Availability Zone (for example, us-east-1a).

The names of one or more Availability Zones.

Trait Implementations

impl Default for DescribeAvailabilityZonesRequest
[src]

[src]

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

impl Debug for DescribeAvailabilityZonesRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for DescribeAvailabilityZonesRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more