class Aws::CloudWatch::Types::Tag

A key-value pair associated with a CloudWatch resource.

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

data as a hash:

    {
      key: "TagKey", # required
      value: "TagValue", # required
    }

@!attribute [rw] key

A string that you can use to assign a value. The combination of tag
keys and values can help you organize and categorize your resources.
@return [String]

@!attribute [rw] value

The value for the specified tag key.
@return [String]

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

Constants

SENSITIVE