Class: Aws::Types::MedicalTranscriptionJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::MedicalTranscriptionJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
-
#content_identification_type ⇒ "PHI"
Returns the value of attribute content_identification_type.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
-
#medical_transcription_job_name ⇒ ::String
Returns the value of attribute medical_transcription_job_name.
-
#output_location_type ⇒ "CUSTOMER_BUCKET", "SERVICE_BUCKET"
Returns the value of attribute output_location_type.
-
#specialty ⇒ "PRIMARYCARE"
Returns the value of attribute specialty.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
-
#transcription_job_status ⇒ "QUEUED", ...
Returns the value of attribute transcription_job_status.
-
#type ⇒ "CONVERSATION", "DICTATION"
Returns the value of attribute type.
Instance Attribute Details
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
661 662 663 |
# File 'sig/types.rbs', line 661 def completion_time @completion_time end |
#content_identification_type ⇒ "PHI"
Returns the value of attribute content_identification_type.
667 668 669 |
# File 'sig/types.rbs', line 667 def content_identification_type @content_identification_type end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
659 660 661 |
# File 'sig/types.rbs', line 659 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
664 665 666 |
# File 'sig/types.rbs', line 664 def failure_reason @failure_reason end |
#language_code ⇒ "af-ZA", ...
Returns the value of attribute language_code.
662 663 664 |
# File 'sig/types.rbs', line 662 def language_code @language_code end |
#medical_transcription_job_name ⇒ ::String
Returns the value of attribute medical_transcription_job_name.
658 659 660 |
# File 'sig/types.rbs', line 658 def medical_transcription_job_name @medical_transcription_job_name end |
#output_location_type ⇒ "CUSTOMER_BUCKET", "SERVICE_BUCKET"
Returns the value of attribute output_location_type.
665 666 667 |
# File 'sig/types.rbs', line 665 def output_location_type @output_location_type end |
#specialty ⇒ "PRIMARYCARE"
Returns the value of attribute specialty.
666 667 668 |
# File 'sig/types.rbs', line 666 def specialty @specialty end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
660 661 662 |
# File 'sig/types.rbs', line 660 def start_time @start_time end |
#transcription_job_status ⇒ "QUEUED", ...
Returns the value of attribute transcription_job_status.
663 664 665 |
# File 'sig/types.rbs', line 663 def transcription_job_status @transcription_job_status end |
#type ⇒ "CONVERSATION", "DICTATION"
Returns the value of attribute type.
668 669 670 |
# File 'sig/types.rbs', line 668 def type @type end |