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