#[non_exhaustive]pub struct DescribeTargetHealthInput { /* private fields */ }
Implementations
sourceimpl 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
.
sourceimpl 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
sourceimpl Clone for DescribeTargetHealthInput
impl Clone for DescribeTargetHealthInput
sourcefn clone(&self) -> DescribeTargetHealthInput
fn clone(&self) -> DescribeTargetHealthInput
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 DescribeTargetHealthInput
impl Debug for DescribeTargetHealthInput
sourceimpl PartialEq<DescribeTargetHealthInput> for DescribeTargetHealthInput
impl PartialEq<DescribeTargetHealthInput> for DescribeTargetHealthInput
sourcefn eq(&self, other: &DescribeTargetHealthInput) -> bool
fn eq(&self, other: &DescribeTargetHealthInput) -> bool
impl StructuralPartialEq for DescribeTargetHealthInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeTargetHealthInput
impl Send for DescribeTargetHealthInput
impl Sync for DescribeTargetHealthInput
impl Unpin for DescribeTargetHealthInput
impl UnwindSafe for DescribeTargetHealthInput
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