class Aws::LexModelsV2::Types::ImportFilter

Filters the response from the operation.

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

data as a hash:

    {
      name: "ImportResourceType", # required, accepts ImportResourceType
      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 values to use to filter the response.
@return [Array<String>]

@!attribute [rw] operator

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

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

Constants

SENSITIVE