#[non_exhaustive]pub struct S3DeleteObjectTaggingOperation {}
Expand description
Contains no configuration parameters because the DELETE Object tagging API only accepts the bucket name and key name as parameters, which are defined in the job's manifest.
Implementations§
source§impl S3DeleteObjectTaggingOperation
impl S3DeleteObjectTaggingOperation
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture S3DeleteObjectTaggingOperation
.
Trait Implementations§
source§impl Clone for S3DeleteObjectTaggingOperation
impl Clone for S3DeleteObjectTaggingOperation
source§fn clone(&self) -> S3DeleteObjectTaggingOperation
fn clone(&self) -> S3DeleteObjectTaggingOperation
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