You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ACMPCA::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACMPCA::Types::Tag
- Defined in:
- (unknown)
Overview
Note:
When passing Tag as input to an Aws::Client method, you can use a vanilla Hash:
{
key: "TagKey", # required
value: "TagValue",
}
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.
Instance Attribute Summary collapse
-
#key ⇒ String
Key (name) of the tag.
-
#value ⇒ String
Value of the tag.
Instance Attribute Details
#key ⇒ String
Key (name) of the tag.
#value ⇒ String
Value of the tag.