Class: Aws::ConnectHealth::Types::ManagedTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::ManagedTemplate
- Defined in:
- gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb
Overview
Configuration for using a managed note template
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_type ⇒ String
The type of managed template to use.
Instance Attribute Details
#template_type ⇒ String
The type of managed template to use
840 841 842 843 844 |
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 840 class ManagedTemplate < Struct.new( :template_type) SENSITIVE = [] include Aws::Structure end |