class Aws::SESV2::Types::EmailTemplateContent

The content of the email, composed of a subject line, an HTML part, and a text-only part.

@note When making an API call, you may pass EmailTemplateContent

data as a hash:

    {
      subject: "EmailTemplateSubject",
      text: "EmailTemplateText",
      html: "EmailTemplateHtml",
    }

@!attribute [rw] subject

The subject line of the email.
@return [String]

@!attribute [rw] text

The email body that will be visible to recipients whose email
clients do not display HTML.
@return [String]

@!attribute [rw] html

The HTML body of the email.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/EmailTemplateContent AWS API Documentation

Constants

SENSITIVE