#[non_exhaustive]pub struct ConfigureHealthCheckOutput { /* private fields */ }
Expand description
Contains the output of ConfigureHealthCheck.
Implementations§
source§impl ConfigureHealthCheckOutput
impl ConfigureHealthCheckOutput
sourcepub fn health_check(&self) -> Option<&HealthCheck>
pub fn health_check(&self) -> Option<&HealthCheck>
The updated health check.
source§impl ConfigureHealthCheckOutput
impl ConfigureHealthCheckOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConfigureHealthCheckOutput
.
Trait Implementations§
source§impl Clone for ConfigureHealthCheckOutput
impl Clone for ConfigureHealthCheckOutput
source§fn clone(&self) -> ConfigureHealthCheckOutput
fn clone(&self) -> ConfigureHealthCheckOutput
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 Debug for ConfigureHealthCheckOutput
impl Debug for ConfigureHealthCheckOutput
source§impl PartialEq<ConfigureHealthCheckOutput> for ConfigureHealthCheckOutput
impl PartialEq<ConfigureHealthCheckOutput> for ConfigureHealthCheckOutput
source§fn eq(&self, other: &ConfigureHealthCheckOutput) -> bool
fn eq(&self, other: &ConfigureHealthCheckOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.