class Aws::Route53Resolver::Types::Tag
One tag that you want to add to the specified resource. A tag consists of a `Key` (a name for the tag) and a `Value`.
@note When making an API call, you may pass Tag
data as a hash: { key: "TagKey", # required value: "TagValue", # required }
@!attribute [rw] key
The name for the tag. For example, if you want to associate Resolver resources with the account IDs of your customers for billing purposes, the value of `Key` might be `account-id`. @return [String]
@!attribute [rw] value
The value for the tag. For example, if `Key` is `account-id`, then `Value` might be the ID of the customer account that you're creating the resource for. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/route53resolver-2018-04-01/Tag AWS API Documentation
Constants
- SENSITIVE