#[non_exhaustive]pub struct ListRunGroupsOutput { /* private fields */ }
Implementations§
source§impl ListRunGroupsOutput
impl ListRunGroupsOutput
sourcepub fn items(&self) -> Option<&[RunGroupListItem]>
pub fn items(&self) -> Option<&[RunGroupListItem]>
A list of groups.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A pagination token that's included if more results are available.
source§impl ListRunGroupsOutput
impl ListRunGroupsOutput
sourcepub fn builder() -> ListRunGroupsOutputBuilder
pub fn builder() -> ListRunGroupsOutputBuilder
Creates a new builder-style object to manufacture ListRunGroupsOutput
.
Trait Implementations§
source§impl Clone for ListRunGroupsOutput
impl Clone for ListRunGroupsOutput
source§fn clone(&self) -> ListRunGroupsOutput
fn clone(&self) -> ListRunGroupsOutput
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 ListRunGroupsOutput
impl Debug for ListRunGroupsOutput
source§impl PartialEq<ListRunGroupsOutput> for ListRunGroupsOutput
impl PartialEq<ListRunGroupsOutput> for ListRunGroupsOutput
source§fn eq(&self, other: &ListRunGroupsOutput) -> bool
fn eq(&self, other: &ListRunGroupsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for ListRunGroupsOutput
impl RequestId for ListRunGroupsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.