#[non_exhaustive]pub struct DescribeAvailabilityOptionsOutput {
pub availability_options: Option<AvailabilityOptionsStatus>,
}Expand description
The result of a DescribeAvailabilityOptions request. Indicates whether or not the Multi-AZ option is enabled for the domain specified in the request.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.availability_options: Option<AvailabilityOptionsStatus>The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
Implementations
The availability options configured for the domain. Indicates whether Multi-AZ is enabled for the domain.
Creates a new builder-style object to manufacture DescribeAvailabilityOptionsOutput
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for DescribeAvailabilityOptionsOutput
impl Sync for DescribeAvailabilityOptionsOutput
impl Unpin for DescribeAvailabilityOptionsOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more