Struct rusoto_redshift::Tag [] [src]

pub struct Tag {
    pub key: Option<String>,
    pub value: Option<String>,
}

A tag consisting of a name/value pair for a resource.

Fields

The key, or name, for the resource tag.

The value for the resource tag.

Trait Implementations

impl Default for Tag
[src]

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

impl Debug for Tag
[src]

Formats the value using the given formatter.

impl Clone for Tag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more