class Aws::TranscribeService::Types::ListVocabulariesRequest

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

data as a hash:

    {
      next_token: "NextToken",
      max_results: 1,
      state_equals: "PENDING", # accepts PENDING, READY, FAILED
      name_contains: "VocabularyName",
    }

@!attribute [rw] next_token

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

@!attribute [rw] max_results

The maximum number of vocabularies 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] state_equals

When specified, only returns vocabularies with the `VocabularyState`
field equal to the specified state.
@return [String]

@!attribute [rw] name_contains

When specified, the vocabularies returned in the list are limited to
vocabularies whose name contains the specified string. The search is
not case sensitive, `ListVocabularies` returns both
"vocabularyname" and "VocabularyName" in the response list.
@return [String]

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

Constants

SENSITIVE