Struct s3s::dto::DeleteObjectTaggingOutput
source · pub struct DeleteObjectTaggingOutput {
pub version_id: Option<ObjectVersionId>,
}Fields§
§version_id: Option<ObjectVersionId>The versionId of the object the tag-set was removed from.
Trait Implementations§
source§impl Debug for DeleteObjectTaggingOutput
impl Debug for DeleteObjectTaggingOutput
source§impl Default for DeleteObjectTaggingOutput
impl Default for DeleteObjectTaggingOutput
source§fn default() -> DeleteObjectTaggingOutput
fn default() -> DeleteObjectTaggingOutput
Returns the “default value” for a type. Read more