class Aws::IAM::Types::Tag

A structure that represents user-provided metadata that can be associated with an IAM resource. For more information about tagging, see [Tagging IAM resources] in the *IAM User Guide*.

[1]: docs.aws.amazon.com/IAM/latest/UserGuide/id_tags.html

@note When making an API call, you may pass Tag

data as a hash:

    {
      key: "tagKeyType", # required
      value: "tagValueType", # required
    }

@!attribute [rw] key

The key name that can be used to look up or retrieve the associated
value. For example, `Department` or `Cost Center` are common
choices.
@return [String]

@!attribute [rw] value

The value associated with this tag. For example, tags with a key
name of `Department` could have values such as `Human Resources`,
`Accounting`, and `Support`. Tags with a key name of `Cost Center`
might have values that consist of the number associated with the
different cost centers in your company. Typically, many resources
have tags with the same key name but with different values.

<note markdown="1"> Amazon Web Services always interprets the tag `Value` as a single
string. If you need to store an array, you can store comma-separated
values in the string. However, you must interpret the value in your
code.

 </note>
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/iam-2010-05-08/Tag AWS API Documentation

Constants

SENSITIVE