class Aws::LexModelsV2::Types::BotFilter

Filters the responses returned by the `ListBots` operation.

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

data as a hash:

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

@!attribute [rw] name

The name of the field to filter the list of bots.
@return [String]

@!attribute [rw] values

The value to use for filtering the list of bots.
@return [Array<String>]

@!attribute [rw] operator

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

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

Constants

SENSITIVE