class Aws::TranscribeService::Types::ListMedicalVocabulariesRequest
@note When making an API call, you may pass ListMedicalVocabulariesRequest
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 your previous request to `ListMedicalVocabularies` was truncated, include the `NextToken` to fetch the next set of vocabularies. @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, returns only vocabularies with the `VocabularyState` equal to the specified vocabulary state. Use this field to see which vocabularies are ready for your medical transcription jobs. @return [String]
@!attribute [rw] name_contains
Returns vocabularies whose names contain the specified string. The search is not case sensitive. `ListMedicalVocabularies` returns both "`vocabularyname`" and "`VocabularyName`". @return [String]
@see docs.aws.amazon.com/goto/WebAPI/transcribe-2017-10-26/ListMedicalVocabulariesRequest AWS API Documentation
Constants
- SENSITIVE