class Aws::CloudWatchEvents::Types::Tag
A key-value pair associated with an Amazon Web Services resource. In EventBridge, rules and event buses support tagging.
@note When making an API call, you may pass Tag
data as a hash: { key: "TagKey", # required value: "TagValue", # required }
@!attribute [rw] key
A string you can use to assign a value. The combination of tag keys and values can help you organize and categorize your resources. @return [String]
@!attribute [rw] value
The value for the specified tag key. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/Tag AWS API Documentation
Constants
- SENSITIVE