Class: Aws::QConnect::Types::RenderMessageTemplateResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-qconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:attributes_not_interpolated]

Instance Attribute Summary collapse

Instance Attribute Details

#attachmentsArray<Types::MessageTemplateAttachment>

The message template attachments.



9599
9600
9601
9602
9603
9604
9605
9606
# File 'lib/aws-sdk-qconnect/types.rb', line 9599

class RenderMessageTemplateResponse < Struct.new(
  :content,
  :source_configuration_summary,
  :attributes_not_interpolated,
  :attachments)
  SENSITIVE = [:attributes_not_interpolated]
  include Aws::Structure
end

#attributes_not_interpolatedArray<String>

The attribute keys that are not resolved.

Returns:

  • (Array<String>)


9599
9600
9601
9602
9603
9604
9605
9606
# File 'lib/aws-sdk-qconnect/types.rb', line 9599

class RenderMessageTemplateResponse < Struct.new(
  :content,
  :source_configuration_summary,
  :attributes_not_interpolated,
  :attachments)
  SENSITIVE = [:attributes_not_interpolated]
  include Aws::Structure
end

#contentTypes::MessageTemplateContentProvider

The content of the message template.



9599
9600
9601
9602
9603
9604
9605
9606
# File 'lib/aws-sdk-qconnect/types.rb', line 9599

class RenderMessageTemplateResponse < Struct.new(
  :content,
  :source_configuration_summary,
  :attributes_not_interpolated,
  :attachments)
  SENSITIVE = [:attributes_not_interpolated]
  include Aws::Structure
end

#source_configuration_summaryTypes::MessageTemplateSourceConfigurationSummary

The source configuration of the message template.



9599
9600
9601
9602
9603
9604
9605
9606
# File 'lib/aws-sdk-qconnect/types.rb', line 9599

class RenderMessageTemplateResponse < Struct.new(
  :content,
  :source_configuration_summary,
  :attributes_not_interpolated,
  :attachments)
  SENSITIVE = [:attributes_not_interpolated]
  include Aws::Structure
end