Class: Aws::ConnectHealth::Types::TemplateSectionInstruction

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

Instance Attribute Details

#section_headerString

The header for this section of the template

Returns:

  • (String)


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_instructionString

The instruction for generating this section

Returns:

  • (String)


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