class Aws::ConnectWisdomService::Types::Filter

A search filter.

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

data as a hash:

    {
      field: "NAME", # required, accepts NAME
      operator: "EQUALS", # required, accepts EQUALS
      value: "NonEmptyString", # required
    }

@!attribute [rw] field

The field on which to filter.
@return [String]

@!attribute [rw] operator

The operator to use for comparing the field’s value with the
provided value.
@return [String]

@!attribute [rw] value

The desired field value on which to filter.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/wisdom-2020-10-19/Filter AWS API Documentation

Constants

SENSITIVE