class Aws::MemoryDB::Types::Filter

Used to streamline results of a search based on the property being filtered.

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

data as a hash:

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

@!attribute [rw] name

The property being filtered. For example, UserName.
@return [String]

@!attribute [rw] values

The property values to filter on. For example, "user-123".
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/memorydb-2021-01-01/Filter AWS API Documentation

Constants

SENSITIVE