Struct rusoto_s3::Tag [] [src]

pub struct Tag {
    pub key: String,
    pub value: String,
}

Fields

Name of the tag.

Value of the tag.

Trait Implementations

impl Default for Tag
[src]

[src]

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

impl Debug for Tag
[src]

[src]

Formats the value using the given formatter.