Class: Aws::Types::ClinicalNoteGenerationSettings
- Inherits:
-
Object
- Object
- Aws::Types::ClinicalNoteGenerationSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#note_template ⇒ "HISTORY_AND_PHYSICAL", ...
Returns the value of attribute note_template.
-
#output_bucket_name ⇒ ::String
Returns the value of attribute output_bucket_name.
Instance Attribute Details
#note_template ⇒ "HISTORY_AND_PHYSICAL", ...
Returns the value of attribute note_template.
86 87 88 |
# File 'sig/types.rbs', line 86 def note_template @note_template end |
#output_bucket_name ⇒ ::String
Returns the value of attribute output_bucket_name.
85 86 87 |
# File 'sig/types.rbs', line 85 def output_bucket_name @output_bucket_name end |