class Aws::SESV2::Types::TestRenderEmailTemplateRequest

>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.

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

data as a hash:

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

@!attribute [rw] template_name

The name of the template that you want to render.
@return [String]

@!attribute [rw] template_data

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/TestRenderEmailTemplateRequest AWS API Documentation

Constants

SENSITIVE