#[non_exhaustive]pub struct ConfigureHealthCheckOutput { /* private fields */ }
Expand description
Contains the output of ConfigureHealthCheck.
Implementations
sourceimpl ConfigureHealthCheckOutput
impl ConfigureHealthCheckOutput
sourcepub fn health_check(&self) -> Option<&HealthCheck>
pub fn health_check(&self) -> Option<&HealthCheck>
The updated health check.
sourceimpl ConfigureHealthCheckOutput
impl ConfigureHealthCheckOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConfigureHealthCheckOutput
.
Trait Implementations
sourceimpl Clone for ConfigureHealthCheckOutput
impl Clone for ConfigureHealthCheckOutput
sourcefn clone(&self) -> ConfigureHealthCheckOutput
fn clone(&self) -> ConfigureHealthCheckOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ConfigureHealthCheckOutput
impl Debug for ConfigureHealthCheckOutput
sourceimpl PartialEq<ConfigureHealthCheckOutput> for ConfigureHealthCheckOutput
impl PartialEq<ConfigureHealthCheckOutput> for ConfigureHealthCheckOutput
sourcefn eq(&self, other: &ConfigureHealthCheckOutput) -> bool
fn eq(&self, other: &ConfigureHealthCheckOutput) -> bool
impl StructuralPartialEq for ConfigureHealthCheckOutput
Auto Trait Implementations
impl RefUnwindSafe for ConfigureHealthCheckOutput
impl Send for ConfigureHealthCheckOutput
impl Sync for ConfigureHealthCheckOutput
impl Unpin for ConfigureHealthCheckOutput
impl UnwindSafe for ConfigureHealthCheckOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more