Struct aws_sdk_forecast::output::ListDatasetsOutput
source · #[non_exhaustive]pub struct ListDatasetsOutput { /* private fields */ }Implementations§
source§impl ListDatasetsOutput
impl ListDatasetsOutput
sourcepub fn datasets(&self) -> Option<&[DatasetSummary]>
pub fn datasets(&self) -> Option<&[DatasetSummary]>
An array of objects that summarize each dataset's properties.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.
source§impl ListDatasetsOutput
impl ListDatasetsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListDatasetsOutput.
Trait Implementations§
source§impl Clone for ListDatasetsOutput
impl Clone for ListDatasetsOutput
source§fn clone(&self) -> ListDatasetsOutput
fn clone(&self) -> ListDatasetsOutput
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 ListDatasetsOutput
impl Debug for ListDatasetsOutput
source§impl PartialEq<ListDatasetsOutput> for ListDatasetsOutput
impl PartialEq<ListDatasetsOutput> for ListDatasetsOutput
source§fn eq(&self, other: &ListDatasetsOutput) -> bool
fn eq(&self, other: &ListDatasetsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.