Struct rusoto_cloudtrail::Tag [] [src]

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

A custom key-value pair associated with a resource such as a CloudTrail trail.

Fields

The key in a key-value pair. The key must be must be no longer than 128 Unicode characters. The key must be unique for the resource to which it applies.

The value in a key-value pair of a tag. The value must be no longer than 256 Unicode characters.

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. Read more

impl Clone for Tag
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Tag

impl Sync for Tag