Struct aws_sdk_proton::model::S3ObjectSource
source · #[non_exhaustive]pub struct S3ObjectSource { /* private fields */ }
Expand description
Template bundle S3 bucket data.
Implementations§
source§impl S3ObjectSource
impl S3ObjectSource
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3ObjectSource
.
Trait Implementations§
source§impl Clone for S3ObjectSource
impl Clone for S3ObjectSource
source§fn clone(&self) -> S3ObjectSource
fn clone(&self) -> S3ObjectSource
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