#[non_exhaustive]pub struct ListDatasetGroupsOutput { /* private fields */ }
Implementations§
source§impl ListDatasetGroupsOutput
impl ListDatasetGroupsOutput
sourcepub fn dataset_groups(&self) -> Option<&[DatasetGroupSummary]>
pub fn dataset_groups(&self) -> Option<&[DatasetGroupSummary]>
The list of your dataset groups.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A token for getting the next set of dataset groups (if they exist).
source§impl ListDatasetGroupsOutput
impl ListDatasetGroupsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDatasetGroupsOutput
.
Trait Implementations§
source§impl Clone for ListDatasetGroupsOutput
impl Clone for ListDatasetGroupsOutput
source§fn clone(&self) -> ListDatasetGroupsOutput
fn clone(&self) -> ListDatasetGroupsOutput
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 ListDatasetGroupsOutput
impl Debug for ListDatasetGroupsOutput
source§impl PartialEq<ListDatasetGroupsOutput> for ListDatasetGroupsOutput
impl PartialEq<ListDatasetGroupsOutput> for ListDatasetGroupsOutput
source§fn eq(&self, other: &ListDatasetGroupsOutput) -> bool
fn eq(&self, other: &ListDatasetGroupsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.