class Aws::SES::Types::UpdateTemplateRequest

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

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/UpdateTemplateRequest AWS API Documentation

Constants

SENSITIVE