Struct aws_sdk_personalize::model::S3DataConfig
source · #[non_exhaustive]pub struct S3DataConfig { /* private fields */ }
Expand description
The configuration details of an Amazon S3 input or output bucket.
Implementations§
source§impl S3DataConfig
impl S3DataConfig
source§impl S3DataConfig
impl S3DataConfig
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3DataConfig
.
Trait Implementations§
source§impl Clone for S3DataConfig
impl Clone for S3DataConfig
source§fn clone(&self) -> S3DataConfig
fn clone(&self) -> S3DataConfig
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 more