Class: Aws::SESV2::Types::ReplacementTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ReplacementTemplate
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
An object which contains ReplacementTemplateData
to be used for a
specific BulkEmailEntry
.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#replacement_template_data ⇒ String
A list of replacement values to apply to the template.
Instance Attribute Details
#replacement_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.
6201 6202 6203 6204 6205 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6201 class ReplacementTemplate < Struct.new( :replacement_template_data) SENSITIVE = [] include Aws::Structure end |