class Aws::AlexaForBusiness::Types::Filter

A filter name and value pair that is used to return a more specific list of results. Filters can be used to match a set of resources by various criteria.

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

data as a hash:

    {
      key: "FilterKey", # required
      values: ["FilterValue"], # required
    }

@!attribute [rw] key

The key of a filter.
@return [String]

@!attribute [rw] values

The values of a filter.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/alexaforbusiness-2017-11-09/Filter AWS API Documentation

Constants

SENSITIVE