Class: Aws::QConnect::Types::EmailMessageTemplateContentBody

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

Overview

The body to use in email messages.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#htmlTypes::MessageTemplateBodyContentProvider

The message body, in HTML format, to use in email messages that are based on the message template. We recommend using HTML format for email clients that render HTML content. You can include links, formatted text, and more in an HTML message.



4398
4399
4400
4401
4402
4403
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4398

class EmailMessageTemplateContentBody < Struct.new(
  :plain_text,
  :html)
  SENSITIVE = []
  include Aws::Structure
end

#plain_textTypes::MessageTemplateBodyContentProvider

The message body, in plain text format, to use in email messages that are based on the message template. We recommend using plain text format for email clients that don't render HTML content and clients that are connected to high-latency networks, such as mobile devices.



4398
4399
4400
4401
4402
4403
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 4398

class EmailMessageTemplateContentBody < Struct.new(
  :plain_text,
  :html)
  SENSITIVE = []
  include Aws::Structure
end