Class: Aws::ConnectHealth::Types::ManagedTemplate

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

Instance Attribute Details

#template_typeString

The type of managed template to use

Returns:

  • (String)


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