#[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 more