#[non_exhaustive]pub struct SearchDataSetsOutput { /* private fields */ }
Implementations§
source§impl SearchDataSetsOutput
impl SearchDataSetsOutput
sourcepub fn data_set_summaries(&self) -> Option<&[DataSetSummary]>
pub fn data_set_summaries(&self) -> Option<&[DataSetSummary]>
A DataSetSummaries
object that returns a summary of a dataset.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
A pagination token that can be used in a subsequent request.
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request ID for this operation.
source§impl SearchDataSetsOutput
impl SearchDataSetsOutput
sourcepub fn builder() -> SearchDataSetsOutputBuilder
pub fn builder() -> SearchDataSetsOutputBuilder
Creates a new builder-style object to manufacture SearchDataSetsOutput
.
Trait Implementations§
source§impl Clone for SearchDataSetsOutput
impl Clone for SearchDataSetsOutput
source§fn clone(&self) -> SearchDataSetsOutput
fn clone(&self) -> SearchDataSetsOutput
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 SearchDataSetsOutput
impl Debug for SearchDataSetsOutput
source§impl PartialEq<SearchDataSetsOutput> for SearchDataSetsOutput
impl PartialEq<SearchDataSetsOutput> for SearchDataSetsOutput
source§fn eq(&self, other: &SearchDataSetsOutput) -> bool
fn eq(&self, other: &SearchDataSetsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for SearchDataSetsOutput
impl RequestId for SearchDataSetsOutput
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.