class Aws::ACMPCA::Types::Tag

Tags are labels that you can use to identify and organize your private CAs. Each tag consists of a key and an optional value. You can associate up to 50 tags with a private CA. To add one or more tags to a private CA, call the [TagCertificateAuthority] action. To remove a tag, call the [UntagCertificateAuthority] action.

[1]: docs.aws.amazon.com/acm-pca/latest/APIReference/API_TagCertificateAuthority.html [2]: docs.aws.amazon.com/acm-pca/latest/APIReference/API_UntagCertificateAuthority.html

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

data as a hash:

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

@!attribute [rw] key

Key (name) of the tag.
@return [String]

@!attribute [rw] value

Value of the tag.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/Tag AWS API Documentation

Constants

SENSITIVE