class Aws::SESV2::Types::UpdateEmailTemplateRequest
Represents a request to update 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 UpdateEmailTemplateRequest
data as a hash: { template_name: "EmailTemplateName", # required template_content: { # required subject: "EmailTemplateSubject", text: "EmailTemplateText", html: "EmailTemplateHtml", }, }
@!attribute [rw] template_name
The name of the template you want to update. @return [String]
@!attribute [rw] template_content
The content of the email template, composed of a subject line, an HTML part, and a text-only part. @return [Types::EmailTemplateContent]
@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/UpdateEmailTemplateRequest AWS API Documentation
Constants
- SENSITIVE