Class: Aws::TranscribeService::Types::GetMedicalTranscriptionJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#medical_transcription_job_nameString

The name of the medical transcription job you want information about. Job names are case sensitive.

Returns:

  • (String)


1456
1457
1458
1459
1460
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1456

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