#[non_exhaustive]pub struct DescribeTargetGroupAttributesOutput { /* private fields */ }
Implementations§
source§impl DescribeTargetGroupAttributesOutput
impl DescribeTargetGroupAttributesOutput
sourcepub fn attributes(&self) -> Option<&[TargetGroupAttribute]>
pub fn attributes(&self) -> Option<&[TargetGroupAttribute]>
Information about the target group attributes
source§impl DescribeTargetGroupAttributesOutput
impl DescribeTargetGroupAttributesOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeTargetGroupAttributesOutput
.
Trait Implementations§
source§impl Clone for DescribeTargetGroupAttributesOutput
impl Clone for DescribeTargetGroupAttributesOutput
source§fn clone(&self) -> DescribeTargetGroupAttributesOutput
fn clone(&self) -> DescribeTargetGroupAttributesOutput
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 PartialEq<DescribeTargetGroupAttributesOutput> for DescribeTargetGroupAttributesOutput
impl PartialEq<DescribeTargetGroupAttributesOutput> for DescribeTargetGroupAttributesOutput
source§fn eq(&self, other: &DescribeTargetGroupAttributesOutput) -> bool
fn eq(&self, other: &DescribeTargetGroupAttributesOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.