Class: Aws::TranscribeService::Types::GetMedicalScribeJobRequest

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_scribe_job_nameString

The name of the Medical Scribe job you want information about. Job names are case sensitive.

Returns:

  • (String)


1430
1431
1432
1433
1434
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1430

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