Class: Aws::TranscribeService::Types::GetMedicalScribeJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::GetMedicalScribeJobRequest
- Defined in:
- gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#medical_scribe_job_name ⇒ String
The name of the Medical Scribe job you want information about.
Instance Attribute Details
#medical_scribe_job_name ⇒ String
The name of the Medical Scribe job you want information about. Job names are case sensitive.
1482 1483 1484 1485 1486 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1482 class GetMedicalScribeJobRequest < Struct.new( :medical_scribe_job_name) SENSITIVE = [] include Aws::Structure end |