Class: Aws::Types::ClinicalNoteGenerationResult
- Inherits:
-
Object
- Object
- Aws::Types::ClinicalNoteGenerationResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#clinical_note_output_location ⇒ ::String
Returns the value of attribute clinical_note_output_location.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
-
#transcript_output_location ⇒ ::String
Returns the value of attribute transcript_output_location.
Instance Attribute Details
#clinical_note_output_location ⇒ ::String
Returns the value of attribute clinical_note_output_location.
77 78 79 |
# File 'sig/types.rbs', line 77 def clinical_note_output_location @clinical_note_output_location end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
80 81 82 |
# File 'sig/types.rbs', line 80 def failure_reason @failure_reason end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
79 80 81 |
# File 'sig/types.rbs', line 79 def status @status end |
#transcript_output_location ⇒ ::String
Returns the value of attribute transcript_output_location.
78 79 80 |
# File 'sig/types.rbs', line 78 def transcript_output_location @transcript_output_location end |