Class: Aws::Types::MedicalScribeJobSummary
- Inherits:
-
Object
- Object
- Aws::Types::MedicalScribeJobSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#language_code ⇒ "en-US"
Returns the value of attribute language_code.
-
#medical_scribe_job_name ⇒ ::String
Returns the value of attribute medical_scribe_job_name.
-
#medical_scribe_job_status ⇒ "QUEUED", ...
Returns the value of attribute medical_scribe_job_status.
-
#start_time ⇒ ::Time
Returns the value of attribute start_time.
Instance Attribute Details
#completion_time ⇒ ::Time
Returns the value of attribute completion_time.
603 604 605 |
# File 'sig/types.rbs', line 603 def completion_time @completion_time end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
601 602 603 |
# File 'sig/types.rbs', line 601 def creation_time @creation_time end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
606 607 608 |
# File 'sig/types.rbs', line 606 def failure_reason @failure_reason end |
#language_code ⇒ "en-US"
Returns the value of attribute language_code.
604 605 606 |
# File 'sig/types.rbs', line 604 def language_code @language_code end |
#medical_scribe_job_name ⇒ ::String
Returns the value of attribute medical_scribe_job_name.
600 601 602 |
# File 'sig/types.rbs', line 600 def medical_scribe_job_name @medical_scribe_job_name end |
#medical_scribe_job_status ⇒ "QUEUED", ...
Returns the value of attribute medical_scribe_job_status.
605 606 607 |
# File 'sig/types.rbs', line 605 def medical_scribe_job_status @medical_scribe_job_status end |
#start_time ⇒ ::Time
Returns the value of attribute start_time.
602 603 604 |
# File 'sig/types.rbs', line 602 def start_time @start_time end |