Module: Aws::TranscribeService::Client::_ListMedicalVocabulariesResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListMedicalVocabulariesResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
Instance Method Details
#next_token ⇒ ::String
450 |
# File 'sig/client.rbs', line 450 def next_token: () -> ::String |
#status ⇒ "PENDING", ...
449 |
# File 'sig/client.rbs', line 449 def status: () -> ("PENDING" | "READY" | "FAILED") |
#vocabularies ⇒ ::Array[Types::VocabularyInfo]
451 |
# File 'sig/client.rbs', line 451 def vocabularies: () -> ::Array[Types::VocabularyInfo] |