class Aws::LexModelsV2::Types::ExportFilter
Filtes the response form the operation
@note When making an API call, you may pass ExportFilter
data as a hash: { name: "ExportResourceType", # required, accepts ExportResourceType 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 fileter the response. @return [Array<String>]
@!attribute [rw] operator
The operator to use for the filter. Specify EQ when the `ListExports` operation should return only resource types that equal the specified value. Specify CO when the `ListExports` 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/ExportFilter AWS API Documentation
Constants
- SENSITIVE