Class: Aws::TranscribeService::Types::GetMedicalVocabularyRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-transcribeservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#vocabulary_nameString

The name of the custom medical vocabulary you want information about. Custom medical vocabulary names are case sensitive.

Returns:

  • (String)


1365
1366
1367
1368
1369
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1365

class GetMedicalVocabularyRequest < Struct.new(
  :vocabulary_name)
  SENSITIVE = []
  include Aws::Structure
end