class Aws::LexModelsV2::Types::SlotTypeFilter

Filters the response from the `ListSlotTypes` operation.

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

data as a hash:

    {
      name: "SlotTypeName", # required, accepts SlotTypeName
      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
`ListSlotTypes` operation should return only aliases that equal the
specified value. Specify `CO` when the `ListSlotTypes` operation
should return aliases that contain the specified value.
@return [String]

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

Constants

SENSITIVE