Struct aws_sdk_elasticloadbalancingv2::input::DescribeTargetGroupsInput [−][src]
#[non_exhaustive]pub struct DescribeTargetGroupsInput {
pub load_balancer_arn: Option<String>,
pub target_group_arns: Option<Vec<String>>,
pub names: Option<Vec<String>>,
pub marker: Option<String>,
pub page_size: Option<i32>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.load_balancer_arn: Option<String>
The Amazon Resource Name (ARN) of the load balancer.
target_group_arns: Option<Vec<String>>
The Amazon Resource Names (ARN) of the target groups.
names: Option<Vec<String>>
The names of the target groups.
marker: Option<String>
The marker for the next set of results. (You received this marker from a previous call.)
page_size: Option<i32>
The maximum number of results to return with this call.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeTargetGroups, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeTargetGroups, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<DescribeTargetGroups
>
Creates a new builder-style object to manufacture DescribeTargetGroupsInput
The Amazon Resource Name (ARN) of the load balancer.
The Amazon Resource Names (ARN) of the target groups.
The marker for the next set of results. (You received this marker from a previous call.)
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DescribeTargetGroupsInput
impl Send for DescribeTargetGroupsInput
impl Sync for DescribeTargetGroupsInput
impl Unpin for DescribeTargetGroupsInput
impl UnwindSafe for DescribeTargetGroupsInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more