Struct aws_sdk_xray::output::GetGroupsOutput
source · #[non_exhaustive]pub struct GetGroupsOutput { /* private fields */ }
Implementations§
source§impl GetGroupsOutput
impl GetGroupsOutput
sourcepub fn groups(&self) -> Option<&[GroupSummary]>
pub fn groups(&self) -> Option<&[GroupSummary]>
The collection of all active groups.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token.
source§impl GetGroupsOutput
impl GetGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetGroupsOutput
.
Trait Implementations§
source§impl Clone for GetGroupsOutput
impl Clone for GetGroupsOutput
source§fn clone(&self) -> GetGroupsOutput
fn clone(&self) -> GetGroupsOutput
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 GetGroupsOutput
impl Debug for GetGroupsOutput
source§impl PartialEq<GetGroupsOutput> for GetGroupsOutput
impl PartialEq<GetGroupsOutput> for GetGroupsOutput
source§fn eq(&self, other: &GetGroupsOutput) -> bool
fn eq(&self, other: &GetGroupsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.