Class: Aws::ConnectHealth::Types::CustomTemplateResponse

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

Overview

Response containing custom template information

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_typeString

The base template type that was customized

Returns:

  • (String)


320
321
322
323
324
# File 'gems/aws-sdk-connecthealth/lib/aws-sdk-connecthealth/types.rb', line 320

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