Class: Aws::QConnect::Types::RenderMessageTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::RenderMessageTemplateResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:attributes_not_interpolated]
Instance Attribute Summary collapse
-
#attachments ⇒ Array<Types::MessageTemplateAttachment>
The message template attachments.
-
#attributes_not_interpolated ⇒ Array<String>
The attribute keys that are not resolved.
-
#content ⇒ Types::MessageTemplateContentProvider
The content of the message template.
-
#source_configuration_summary ⇒ Types::MessageTemplateSourceConfigurationSummary
The source configuration of the message template.
Instance Attribute Details
#attachments ⇒ Array<Types::MessageTemplateAttachment>
The message template attachments.
9606 9607 9608 9609 9610 9611 9612 9613 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9606 class RenderMessageTemplateResponse < Struct.new( :content, :source_configuration_summary, :attributes_not_interpolated, :attachments) SENSITIVE = [:attributes_not_interpolated] include Aws::Structure end |
#attributes_not_interpolated ⇒ Array<String>
The attribute keys that are not resolved.
9606 9607 9608 9609 9610 9611 9612 9613 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9606 class RenderMessageTemplateResponse < Struct.new( :content, :source_configuration_summary, :attributes_not_interpolated, :attachments) SENSITIVE = [:attributes_not_interpolated] include Aws::Structure end |
#content ⇒ Types::MessageTemplateContentProvider
The content of the message template.
9606 9607 9608 9609 9610 9611 9612 9613 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9606 class RenderMessageTemplateResponse < Struct.new( :content, :source_configuration_summary, :attributes_not_interpolated, :attachments) SENSITIVE = [:attributes_not_interpolated] include Aws::Structure end |
#source_configuration_summary ⇒ Types::MessageTemplateSourceConfigurationSummary
The source configuration of the message template.
9606 9607 9608 9609 9610 9611 9612 9613 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 9606 class RenderMessageTemplateResponse < Struct.new( :content, :source_configuration_summary, :attributes_not_interpolated, :attachments) SENSITIVE = [:attributes_not_interpolated] include Aws::Structure end |