#[non_exhaustive]pub struct DescribeTargetGroupAttributesInput { /* private fields */ }
Implementations
sourceimpl DescribeTargetGroupAttributesInput
impl DescribeTargetGroupAttributesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeTargetGroupAttributes, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeTargetGroupAttributes, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeTargetGroupAttributes
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeTargetGroupAttributesInput
.
sourceimpl DescribeTargetGroupAttributesInput
impl DescribeTargetGroupAttributesInput
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.
Trait Implementations
sourceimpl Clone for DescribeTargetGroupAttributesInput
impl Clone for DescribeTargetGroupAttributesInput
sourcefn clone(&self) -> DescribeTargetGroupAttributesInput
fn clone(&self) -> DescribeTargetGroupAttributesInput
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 PartialEq<DescribeTargetGroupAttributesInput> for DescribeTargetGroupAttributesInput
impl PartialEq<DescribeTargetGroupAttributesInput> for DescribeTargetGroupAttributesInput
sourcefn eq(&self, other: &DescribeTargetGroupAttributesInput) -> bool
fn eq(&self, other: &DescribeTargetGroupAttributesInput) -> bool
impl StructuralPartialEq for DescribeTargetGroupAttributesInput
Auto Trait Implementations
impl RefUnwindSafe for DescribeTargetGroupAttributesInput
impl Send for DescribeTargetGroupAttributesInput
impl Sync for DescribeTargetGroupAttributesInput
impl Unpin for DescribeTargetGroupAttributesInput
impl UnwindSafe for DescribeTargetGroupAttributesInput
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