#[non_exhaustive]pub struct DescribeDatasetGroupOutput { /* private fields */ }
Implementations§
source§impl DescribeDatasetGroupOutput
impl DescribeDatasetGroupOutput
sourcepub fn dataset_group(&self) -> Option<&DatasetGroup>
pub fn dataset_group(&self) -> Option<&DatasetGroup>
A listing of the dataset group's properties.
source§impl DescribeDatasetGroupOutput
impl DescribeDatasetGroupOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeDatasetGroupOutput
.
Trait Implementations§
source§impl Clone for DescribeDatasetGroupOutput
impl Clone for DescribeDatasetGroupOutput
source§fn clone(&self) -> DescribeDatasetGroupOutput
fn clone(&self) -> DescribeDatasetGroupOutput
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 DescribeDatasetGroupOutput
impl Debug for DescribeDatasetGroupOutput
source§impl PartialEq<DescribeDatasetGroupOutput> for DescribeDatasetGroupOutput
impl PartialEq<DescribeDatasetGroupOutput> for DescribeDatasetGroupOutput
source§fn eq(&self, other: &DescribeDatasetGroupOutput) -> bool
fn eq(&self, other: &DescribeDatasetGroupOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.