Struct aws_sdk_cloudsearch::operation::update_availability_options::UpdateAvailabilityOptionsOutput
source · #[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() -> UpdateAvailabilityOptionsOutputBuilder
pub fn builder() -> UpdateAvailabilityOptionsOutputBuilder
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 ==.source§impl RequestId for UpdateAvailabilityOptionsOutput
impl RequestId for UpdateAvailabilityOptionsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.