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