class Aws::TranscribeService::Types::ListVocabularyFiltersRequest

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

data as a hash:

    {
      next_token: "NextToken",
      max_results: 1,
      name_contains: "VocabularyFilterName",
    }

@!attribute [rw] next_token

If the result of the previous request to `ListVocabularyFilters` was
truncated, include the `NextToken` to fetch the next set of
collections.
@return [String]

@!attribute [rw] max_results

The maximum number of filters to return in each page of results. If
there are fewer results than the value you specify, only the actual
results are returned. If you do not specify a value, the default of
5 is used.
@return [Integer]

@!attribute [rw] name_contains

Filters the response so that it only contains vocabulary filters
whose name contains the specified string.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/ListVocabularyFiltersRequest AWS API Documentation

Constants

SENSITIVE