class Aws::SESV2::Types::Body
Represents the body of the email message.
@note When making an API call, you may pass Body
data as a hash: { text: { data: "MessageData", # required charset: "Charset", }, html: { data: "MessageData", # required charset: "Charset", }, }
@!attribute [rw] text
An object that represents the version of the message that is displayed in email clients that don't support HTML, or clients where the recipient has disabled HTML rendering. @return [Types::Content]
@!attribute [rw] html
An object that represents the version of the message that is displayed in email clients that support HTML. HTML messages can include formatted text, hyperlinks, images, and more. @return [Types::Content]
@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/Body AWS API Documentation
Constants
- SENSITIVE