Class: Aws::ConnectHealth::Types::ClinicalNoteGenerationSettingsResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#note_template_settingsTypes::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