Struct rusoto_cloudhsm::ListAvailableZonesResponse [] [src]

pub struct ListAvailableZonesResponse {
    pub az_list: Option<AZList>,
}

Fields

The list of Availability Zones that have available AWS CloudHSM capacity.

Trait Implementations

impl Default for ListAvailableZonesResponse
[src]

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

impl Debug for ListAvailableZonesResponse
[src]

Formats the value using the given formatter.

impl Clone for ListAvailableZonesResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more