Class: Aws::ACMPCA::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::Tag
- Defined in:
- gems/aws-sdk-acmpca/lib/aws-sdk-acmpca/types.rb
Overview
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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key ⇒ String
Key (name) of the tag.
-
#value ⇒ String
Value of the tag.