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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/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.



8286
8287
8288
8289
8290
8291
8292
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8286

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

#attributes_not_interpolatedArray<String>

The attribute keys that are not resolved.

Returns:

  • (Array<String>)


8286
8287
8288
8289
8290
8291
8292
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8286

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

#contentTypes::MessageTemplateContentProvider

The content of the message template.



8286
8287
8288
8289
8290
8291
8292
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8286

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