Struct aws_sdk_forecast::model::TimeSeriesIdentifiers
source · #[non_exhaustive]pub struct TimeSeriesIdentifiers { /* private fields */ }Expand description
Details about the import file that contains the time series for which you want to create forecasts.
Implementations§
source§impl TimeSeriesIdentifiers
impl TimeSeriesIdentifiers
sourcepub fn data_source(&self) -> Option<&DataSource>
pub fn data_source(&self) -> Option<&DataSource>
The source of your data, an AWS Identity and Access Management (IAM) role that allows Amazon Forecast to access the data and, optionally, an AWS Key Management Service (KMS) key.
source§impl TimeSeriesIdentifiers
impl TimeSeriesIdentifiers
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TimeSeriesIdentifiers.
Trait Implementations§
source§impl Clone for TimeSeriesIdentifiers
impl Clone for TimeSeriesIdentifiers
source§fn clone(&self) -> TimeSeriesIdentifiers
fn clone(&self) -> TimeSeriesIdentifiers
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 TimeSeriesIdentifiers
impl Debug for TimeSeriesIdentifiers
source§impl PartialEq<TimeSeriesIdentifiers> for TimeSeriesIdentifiers
impl PartialEq<TimeSeriesIdentifiers> for TimeSeriesIdentifiers
source§fn eq(&self, other: &TimeSeriesIdentifiers) -> bool
fn eq(&self, other: &TimeSeriesIdentifiers) -> bool
This method tests for
self and other values to be equal, and is used
by ==.