Class: Aws::ConnectHealth::Types::ClinicalNoteGenerationSettingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::ClinicalNoteGenerationSettingsResponse
- Defined in:
- gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb
Overview
Response containing settings for clinical note generation
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#note_template_settings ⇒ Types::NoteTemplateSettingsResponse
Settings for the note template used.
Instance Attribute Details
#note_template_settings ⇒ Types::NoteTemplateSettingsResponse
Settings for the note template used
125 126 127 128 129 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 125 class ClinicalNoteGenerationSettingsResponse < Struct.new( :note_template_settings) SENSITIVE = [] include Aws::Structure end |