You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SES::Types::UpdateTemplateRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateTemplateRequest as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#templateTypes::Template

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

Returns:

  • (Types::Template)

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

    .