class Aws::SES::Types::TestRenderTemplateRequest

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

data as a hash:

    {
      template_name: "TemplateName", # required
      template_data: "TemplateData", # 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/email-2010-12-01/TestRenderTemplateRequest AWS API Documentation

Constants

SENSITIVE