Class: Aws::ConnectHealth::Types::CustomTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::CustomTemplateResponse
- 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
-
#template_type ⇒ String
The base template type that was customized.
Instance Attribute Details
#template_type ⇒ String
The base template type that was customized
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 |