Class: Aws::TranscribeService::Types::GetMedicalVocabularyRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::GetMedicalVocabularyRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#vocabulary_name ⇒ String
The name of the custom medical vocabulary you want information about.
Instance Attribute Details
#vocabulary_name ⇒ String
The name of the custom medical vocabulary you want information about. Custom medical vocabulary names are case sensitive.
1483 1484 1485 1486 1487 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1483 class GetMedicalVocabularyRequest < Struct.new( :vocabulary_name) SENSITIVE = [] include Aws::Structure end |