Class: Aws::SES::Types::TestRenderTemplateRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ses/types.rb

Overview

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)


4901
4902
4903
4904
4905
4906
# File 'lib/aws-sdk-ses/types.rb', line 4901

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

#template_nameString

The name of the template to render.

Returns:

  • (String)


4901
4902
4903
4904
4905
4906
# File 'lib/aws-sdk-ses/types.rb', line 4901

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