class Aws::SES::Types::Template

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 Template

data as a hash:

    {
      template_name: "TemplateName", # required
      subject_part: "SubjectPart",
      text_part: "TextPart",
      html_part: "HtmlPart",
    }

@!attribute [rw] template_name

The name of the template. You will refer to this name when you send
email using the `SendTemplatedEmail` or `SendBulkTemplatedEmail`
operations.
@return [String]

@!attribute [rw] subject_part

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

@!attribute [rw] text_part

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

@!attribute [rw] html_part

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

@see docs.aws.amazon.com/goto/WebAPI/email-2010-12-01/Template AWS API Documentation

Constants

SENSITIVE