Struct rusoto_directconnect::Tag [] [src]

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

Information about a tag.

Fields

The key of the tag.

The value of the 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