Class: Aws::SESV2::Types::ReplacementTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ReplacementTemplate
- Includes:
- Aws::Structure
- Defined in:
- 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 'lib/aws-sdk-sesv2/types.rb', line 6201 class ReplacementTemplate < Struct.new( :replacement_template_data) SENSITIVE = [] include Aws::Structure end |