Struct rusoto_codebuild::Tag [] [src]

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

A tag, consisting of a key and a value.

This tag is available for use by AWS services that support tags in AWS CodeBuild.

Fields

The tag's key.

The tag's value.

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