Class: Aws::ConnectHealth::Types::CustomTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::CustomTemplate
- 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
-
#template_instructions ⇒ Array<Types::TemplateSectionInstruction>
Custom instructions for each section of the template.
-
#template_type ⇒ String
The base template type to customize.
Instance Attribute Details
#template_instructions ⇒ Array<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_type ⇒ String
The base template type to customize
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 |