Struct rusoto_cloudsearch::UpdateAvailabilityOptionsRequest[][src]

pub struct UpdateAvailabilityOptionsRequest {
    pub domain_name: String,
    pub multi_az: bool,
}

Container for the parameters to the UpdateAvailabilityOptions operation. Specifies the name of the domain you want to update and the Multi-AZ availability option.

Fields

You expand an existing search domain to a second Availability Zone by setting the Multi-AZ option to true. Similarly, you can turn off the Multi-AZ option to downgrade the domain to a single Availability Zone by setting the Multi-AZ option to false.

Trait Implementations

impl Default for UpdateAvailabilityOptionsRequest
[src]

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

impl Debug for UpdateAvailabilityOptionsRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for UpdateAvailabilityOptionsRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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