Class: Aws::ConnectHealth::Types::ManagedTemplateResponse

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

Overview

Response containing managed template information

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_typeString

The type of managed template used

Returns:

  • (String)


854
855
856
857
858
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 854

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