Class: Aws::ConnectHealth::Types::TemplateSectionInstruction
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::TemplateSectionInstruction
- Defined in:
- gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb
Overview
Instructions for generating a specific section of a clinical note
Constant Summary collapse
- SENSITIVE =
[:section_header, :section_instruction]
Instance Attribute Summary collapse
-
#section_header ⇒ String
The header for this section of the template.
-
#section_instruction ⇒ String
The instruction for generating this section.
Instance Attribute Details
#section_header ⇒ String
The header for this section of the template
1476 1477 1478 1479 1480 1481 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1476 class TemplateSectionInstruction < Struct.new( :section_header, :section_instruction) SENSITIVE = [:section_header, :section_instruction] include Aws::Structure end |
#section_instruction ⇒ String
The instruction for generating this section
1476 1477 1478 1479 1480 1481 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 1476 class TemplateSectionInstruction < Struct.new( :section_header, :section_instruction) SENSITIVE = [:section_header, :section_instruction] include Aws::Structure end |