#[non_exhaustive]pub struct DescribeTargetHealthInput { /* private fields */ }
Implementations§
source§impl DescribeTargetHealthInput
impl DescribeTargetHealthInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeTargetHealth, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeTargetHealth, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeTargetHealth
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeTargetHealthInput
.
source§impl DescribeTargetHealthInput
impl DescribeTargetHealthInput
sourcepub fn target_group_arn(&self) -> Option<&str>
pub fn target_group_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the target group.
sourcepub fn targets(&self) -> Option<&[TargetDescription]>
pub fn targets(&self) -> Option<&[TargetDescription]>
The targets.
Trait Implementations§
source§impl Clone for DescribeTargetHealthInput
impl Clone for DescribeTargetHealthInput
source§fn clone(&self) -> DescribeTargetHealthInput
fn clone(&self) -> DescribeTargetHealthInput
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 DescribeTargetHealthInput
impl Debug for DescribeTargetHealthInput
source§impl PartialEq<DescribeTargetHealthInput> for DescribeTargetHealthInput
impl PartialEq<DescribeTargetHealthInput> for DescribeTargetHealthInput
source§fn eq(&self, other: &DescribeTargetHealthInput) -> bool
fn eq(&self, other: &DescribeTargetHealthInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.