class Aws::CloudHSMV2::Types::Tag

Contains a tag. A tag is a key-value pair.

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

data as a hash:

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

@!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/cloudhsmv2-2017-04-28/Tag AWS API Documentation

Constants

SENSITIVE