Struct rusoto_s3::DeleteObjectTaggingOutput [] [src]

pub struct DeleteObjectTaggingOutput {
    pub version_id: Option<ObjectVersionId>,
}

Fields

The versionId of the object the tag-set was removed from.

Trait Implementations

impl Default for DeleteObjectTaggingOutput
[src]

Returns the "default value" for a type. Read more

impl Clone for DeleteObjectTaggingOutput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DeleteObjectTaggingOutput
[src]

Formats the value using the given formatter.