#[non_exhaustive]pub struct S3ReplicateObjectOperation {}
Expand description
Directs the specified job to invoke ReplicateObject
on every object in the job's manifest.
Implementations§
source§impl S3ReplicateObjectOperation
impl S3ReplicateObjectOperation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3ReplicateObjectOperation
.
Trait Implementations§
source§impl Clone for S3ReplicateObjectOperation
impl Clone for S3ReplicateObjectOperation
source§fn clone(&self) -> S3ReplicateObjectOperation
fn clone(&self) -> S3ReplicateObjectOperation
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