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]

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

impl Debug for DescribeAvailabilityOptionsResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeAvailabilityOptionsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DescribeAvailabilityOptionsResponse
[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