Struct rusoto_cloudsearch::UpdateAvailabilityOptionsResponse[][src]

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

The result of a UpdateAvailabilityOptions request. Contains the status of the domain's availability options.

Fields

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

Trait Implementations

impl Default for UpdateAvailabilityOptionsResponse
[src]

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

impl Debug for UpdateAvailabilityOptionsResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateAvailabilityOptionsResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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