Struct aws_sdk_rust::aws::s3::object::Tag [] [src]

pub struct Tag {
    pub value: Value,
    pub key: ObjectKey,
}

Fields

Value of the tag.

Name of the tag.

Trait Implementations

impl Debug for Tag
[src]

Formats the value using the given formatter.

impl Default for Tag
[src]

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

impl Decodable for Tag
[src]

Deserialize a value using a Decoder.

impl Encodable for Tag
[src]

Serialize a value using an Encoder.