Class: Aws::SES::Types::TestRenderTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::TestRenderTemplateRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template_data ⇒ String
A list of replacement values to apply to the template.
-
#template_name ⇒ String
The name of the template to render.
Instance Attribute Details
#template_data ⇒ String
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.
4925 4926 4927 4928 4929 4930 |
# File 'lib/aws-sdk-ses/types.rb', line 4925 class TestRenderTemplateRequest < Struct.new( :template_name, :template_data) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the template to render.
4925 4926 4927 4928 4929 4930 |
# File 'lib/aws-sdk-ses/types.rb', line 4925 class TestRenderTemplateRequest < Struct.new( :template_name, :template_data) SENSITIVE = [] include Aws::Structure end |