#[non_exhaustive]pub struct DescribeTargetGroupsOutput { /* private fields */ }
Implementations§
source§impl DescribeTargetGroupsOutput
impl DescribeTargetGroupsOutput
sourcepub fn target_groups(&self) -> Option<&[TargetGroup]>
pub fn target_groups(&self) -> Option<&[TargetGroup]>
Information about the target groups.
sourcepub fn next_marker(&self) -> Option<&str>
pub fn next_marker(&self) -> Option<&str>
If there are additional results, this is the marker for the next set of results. Otherwise, this is null.
source§impl DescribeTargetGroupsOutput
impl DescribeTargetGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeTargetGroupsOutput
.
Trait Implementations§
source§impl Clone for DescribeTargetGroupsOutput
impl Clone for DescribeTargetGroupsOutput
source§fn clone(&self) -> DescribeTargetGroupsOutput
fn clone(&self) -> DescribeTargetGroupsOutput
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 DescribeTargetGroupsOutput
impl Debug for DescribeTargetGroupsOutput
source§impl PartialEq<DescribeTargetGroupsOutput> for DescribeTargetGroupsOutput
impl PartialEq<DescribeTargetGroupsOutput> for DescribeTargetGroupsOutput
source§fn eq(&self, other: &DescribeTargetGroupsOutput) -> bool
fn eq(&self, other: &DescribeTargetGroupsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.