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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


6889
6890
6891
6892
6893
6894
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6889

class TestRenderEmailTemplateRequest < Struct.new(
  :template_name,
  :template_data)
  SENSITIVE = []
  include Aws::Structure
end

#template_nameString

The name of the template.

Returns:

  • (String)


6889
6890
6891
6892
6893
6894
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6889

class TestRenderEmailTemplateRequest < Struct.new(
  :template_name,
  :template_data)
  SENSITIVE = []
  include Aws::Structure
end