class Aws::ResourceGroupsTaggingAPI::Types::TagFilter

A list of tags (keys and values) that are used to specify the associated resources.

@note When making an API call, you may pass TagFilter

data as a hash:

    {
      key: "TagKey",
      values: ["TagValue"],
    }

@!attribute [rw] key

One part of a key-value pair that makes up a tag. A key is a general
label that acts like a category for more specific tag values.
@return [String]

@!attribute [rw] values

One part of a key-value pair that make up a tag. A value acts as a
descriptor within a tag category (key). The value can be empty or
null.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/resourcegroupstaggingapi-2017-01-26/TagFilter AWS API Documentation

Constants

SENSITIVE