Class: Aws::KMS::Types::Tag
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::Tag
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
Note:
When making an API call, you may pass Tag data as a hash:
{
tag_key: "TagKeyType", # required
tag_value: "TagValueType", # required
}
A key-value pair. A tag consists of a tag key and a tag value. Tag keys and tag values are both required, but tag values can be empty (null) strings.
For information about the rules that apply to tag keys and tag values, see User-Defined Tag Restrictions in the Amazon Web Services Billing and Cost Management User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tag_key ⇒ String
The key of the tag.
-
#tag_value ⇒ String
The value of the tag.