class Aws::KMS::Types::Tag

A key-value pair. A tag consists of a tag key and a tag value. Tag keys and tag values are both required, but tag values can be empty (null) strings.

For information about the rules that apply to tag keys and tag values, see [User-Defined Tag Restrictions] in the *Amazon Web Services Billing and Cost Management User Guide*.

[1]: docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/allocation-tag-restrictions.html

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

data as a hash:

    {
      tag_key: "TagKeyType", # required
      tag_value: "TagValueType", # required
    }

@!attribute [rw] tag_key

The key of the tag.
@return [String]

@!attribute [rw] tag_value

The value of the tag.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kms-2014-11-01/Tag AWS API Documentation

Constants

SENSITIVE