Class: Aws::Types::ListMedicalTranscriptionJobsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListMedicalTranscriptionJobsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#medical_transcription_job_summaries ⇒ ::Array[Types::MedicalTranscriptionJobSummary]
Returns the value of attribute medical_transcription_job_summaries.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
Instance Attribute Details
#medical_transcription_job_summaries ⇒ ::Array[Types::MedicalTranscriptionJobSummary]
Returns the value of attribute medical_transcription_job_summaries.
491 492 493 |
# File 'sig/types.rbs', line 491 def medical_transcription_job_summaries @medical_transcription_job_summaries end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
490 491 492 |
# File 'sig/types.rbs', line 490 def next_token @next_token end |
#status ⇒ "QUEUED", ...
Returns the value of attribute status.
489 490 491 |
# File 'sig/types.rbs', line 489 def status @status end |