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
434 |
# File 'sig/client.rbs', line 434
def next_token: () -> ::String
|
#status ⇒ "PENDING", ...
433 |
# File 'sig/client.rbs', line 433
def status: () -> ("PENDING" | "READY" | "FAILED")
|
#vocabularies ⇒ ::Array[Types::VocabularyInfo]
435 |
# File 'sig/client.rbs', line 435
def vocabularies: () -> ::Array[Types::VocabularyInfo]
|