Class: Aws::ConnectHealth::Types::ManagedTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectHealth::Types::ManagedTemplateResponse
- 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
-
#template_type ⇒ String
The type of managed template used.
Instance Attribute Details
#template_type ⇒ String
The type of managed template used
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 |