#[non_exhaustive]pub struct DescribeTargetHealthOutput { /* private fields */ }
Implementations§
source§impl DescribeTargetHealthOutput
impl DescribeTargetHealthOutput
sourcepub fn target_health_descriptions(&self) -> Option<&[TargetHealthDescription]>
pub fn target_health_descriptions(&self) -> Option<&[TargetHealthDescription]>
Information about the health of the targets.
source§impl DescribeTargetHealthOutput
impl DescribeTargetHealthOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeTargetHealthOutput
.
Trait Implementations§
source§impl Clone for DescribeTargetHealthOutput
impl Clone for DescribeTargetHealthOutput
source§fn clone(&self) -> DescribeTargetHealthOutput
fn clone(&self) -> DescribeTargetHealthOutput
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 DescribeTargetHealthOutput
impl Debug for DescribeTargetHealthOutput
source§impl PartialEq<DescribeTargetHealthOutput> for DescribeTargetHealthOutput
impl PartialEq<DescribeTargetHealthOutput> for DescribeTargetHealthOutput
source§fn eq(&self, other: &DescribeTargetHealthOutput) -> bool
fn eq(&self, other: &DescribeTargetHealthOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.