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 moresource§impl Debug for S3ObjectSource
impl Debug for S3ObjectSource
source§impl PartialEq<S3ObjectSource> for S3ObjectSource
impl PartialEq<S3ObjectSource> for S3ObjectSource
source§fn eq(&self, other: &S3ObjectSource) -> bool
fn eq(&self, other: &S3ObjectSource) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.