class Aws::LexModelsV2::Types::SlotFilter

Filters the response from the `ListSlots` operation.

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

data as a hash:

    {
      name: "SlotName", # required, accepts SlotName
      values: ["FilterValue"], # required
      operator: "CO", # required, accepts CO, EQ
    }

@!attribute [rw] name

The name of the field to use for filtering.
@return [String]

@!attribute [rw] values

The value to use to filter the response.
@return [Array<String>]

@!attribute [rw] operator

The operator to use for the filter. Specify `EQ` when the
`ListSlots` operation should return only aliases that equal the
specified value. Specify `CO` when the `ListSlots` operation should
return aliases that contain the specified value.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/SlotFilter AWS API Documentation

Constants

SENSITIVE