Struct rusoto_cloudsearch::DescribeAvailabilityOptionsResponse [] [src]

pub struct DescribeAvailabilityOptionsResponse {
    pub availability_options: Option<AvailabilityOptionsStatus>,
}

The result of a DescribeAvailabilityOptions request. Indicates whether or not the Multi-AZ option is enabled for the domain specified in the request.

Fields

The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.

Trait Implementations

impl Default for DescribeAvailabilityOptionsResponse
[src]

[src]

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

impl Debug for DescribeAvailabilityOptionsResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeAvailabilityOptionsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations