Struct aws_sdk_s3::output::DeleteObjectTaggingOutput
source · #[non_exhaustive]pub struct DeleteObjectTaggingOutput { /* private fields */ }
Implementations§
source§impl DeleteObjectTaggingOutput
impl DeleteObjectTaggingOutput
sourcepub fn version_id(&self) -> Option<&str>
pub fn version_id(&self) -> Option<&str>
The versionId of the object the tag-set was removed from.
source§impl DeleteObjectTaggingOutput
impl DeleteObjectTaggingOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteObjectTaggingOutput
.
Trait Implementations§
source§impl Clone for DeleteObjectTaggingOutput
impl Clone for DeleteObjectTaggingOutput
source§fn clone(&self) -> DeleteObjectTaggingOutput
fn clone(&self) -> DeleteObjectTaggingOutput
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