class Aws::DocDB::Types::Filter

A named set of filter values, used to return a more specific list of results. You can use a filter to match a set of resources by specific criteria, such as IDs.

Wildcards are not supported in filters.

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

data as a hash:

    {
      name: "String", # required
      values: ["String"], # required
    }

@!attribute [rw] name

The name of the filter. Filter names are case sensitive.
@return [String]

@!attribute [rw] values

One or more filter values. Filter values are case sensitive.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/Filter AWS API Documentation

Constants

SENSITIVE