Struct aws_sdk_forecast::model::DataDestination
source · #[non_exhaustive]pub struct DataDestination { /* private fields */ }Expand description
The destination for an export job. Provide an S3 path, an AWS Identity and Access Management (IAM) role that allows Amazon Forecast to access the location, and an AWS Key Management Service (KMS) key (optional).
Implementations§
source§impl DataDestination
impl DataDestination
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DataDestination.
Trait Implementations§
source§impl Clone for DataDestination
impl Clone for DataDestination
source§fn clone(&self) -> DataDestination
fn clone(&self) -> DataDestination
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 DataDestination
impl Debug for DataDestination
source§impl PartialEq<DataDestination> for DataDestination
impl PartialEq<DataDestination> for DataDestination
source§fn eq(&self, other: &DataDestination) -> bool
fn eq(&self, other: &DataDestination) -> bool
This method tests for
self and other values to be equal, and is used
by ==.