class Aws::SES::Types::CreateTemplateRequest

Represents a request to create an email template. For more information, see the [Amazon SES Developer Guide].

[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html

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

data as a hash:

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

@!attribute [rw] template

The content of the email, composed of a subject line, an HTML part,
and a text-only part.
@return [Types::Template]

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

Constants

SENSITIVE