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

Class: Aws::SESV2::Types::TestRenderEmailTemplateRequest

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

Overview

Note:

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

{
  template_name: "EmailTemplateName", # required
  template_data: "EmailTemplateData", # required
}

>Represents a request to create a preview of the MIME content of an email when provided with a template and a set of replacement data.

Instance Attribute Summary collapse

Instance Attribute Details

#template_dataString

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

Returns:

  • (String)

    A list of replacement values to apply to the template.

#template_nameString

The name of the template that you want to render.

Returns:

  • (String)

    The name of the template that you want to render.