Struct rusoto_cloudformation::Tag [] [src]

pub struct Tag {
    pub key: String,
    pub value: String,
}

The Tag type enables you to specify a key-value pair that can be used to store information about an AWS CloudFormation stack.

Fields

Required. A string used to identify this tag. You can specify a maximum of 128 characters for a tag key. Tags owned by Amazon Web Services (AWS) have the reserved prefix: aws:.

Required. A string containing the value for this tag. You can specify a maximum of 256 characters for a tag value.

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.

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