class Aws::ACM::Types::Tag

A key-value pair that identifies or specifies metadata about an ACM resource.

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

data as a hash:

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

@!attribute [rw] key

The key of the tag.
@return [String]

@!attribute [rw] value

The value of the tag.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/Tag AWS API Documentation

Constants

SENSITIVE