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