#[non_exhaustive]pub struct UpdateAvailabilityOptionsOutput { /* private fields */ }Expand description
The result of a UpdateAvailabilityOptions request. Contains the status of the domain's availability options.
Implementations§
source§impl UpdateAvailabilityOptionsOutput
impl UpdateAvailabilityOptionsOutput
sourcepub fn availability_options(&self) -> Option<&AvailabilityOptionsStatus>
pub fn availability_options(&self) -> Option<&AvailabilityOptionsStatus>
The newly-configured availability options. Indicates whether Multi-AZ is enabled for the domain.
source§impl UpdateAvailabilityOptionsOutput
impl UpdateAvailabilityOptionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateAvailabilityOptionsOutput.
Trait Implementations§
source§impl Clone for UpdateAvailabilityOptionsOutput
impl Clone for UpdateAvailabilityOptionsOutput
source§fn clone(&self) -> UpdateAvailabilityOptionsOutput
fn clone(&self) -> UpdateAvailabilityOptionsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl PartialEq<UpdateAvailabilityOptionsOutput> for UpdateAvailabilityOptionsOutput
impl PartialEq<UpdateAvailabilityOptionsOutput> for UpdateAvailabilityOptionsOutput
source§fn eq(&self, other: &UpdateAvailabilityOptionsOutput) -> bool
fn eq(&self, other: &UpdateAvailabilityOptionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.