Struct rusoto_workspaces::Tag [] [src]

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

Describes the tag of the WorkSpace.

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