class Aws::ApplicationDiscoveryService::Types::TagFilter

The tag filter. Valid names are: `tagKey`, `tagValue`, `configurationId`.

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

data as a hash:

    {
      name: "FilterName", # required
      values: ["FilterValue"], # required
    }

@!attribute [rw] name

A name of the tag filter.
@return [String]

@!attribute [rw] values

Values for the tag filter.
@return [Array<String>]

Constants

SENSITIVE