Class: Aws::ConnectHealth::Types::CustomTemplate

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb

Overview

Configuration for using a custom note template with specific instructions

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_instructionsArray<Types::TemplateSectionInstruction>

Custom instructions for each section of the template



305
306
307
308
309
310
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 305

class CustomTemplate < Struct.new(
  :template_type,
  :template_instructions)
  SENSITIVE = []
  include Aws::Structure
end

#template_typeString

The base template type to customize

Returns:

  • (String)


305
306
307
308
309
310
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 305

class CustomTemplate < Struct.new(
  :template_type,
  :template_instructions)
  SENSITIVE = []
  include Aws::Structure
end