You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::ReplacementTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::ReplacementTemplate
- Defined in:
- (unknown)
Overview
Note:
When passing ReplacementTemplate as input to an Aws::Client method, you can use a vanilla Hash:
{
replacement_template_data: "EmailTemplateData",
}
An object which contains ReplacementTemplateData
to be used for a specific BulkEmailEntry
.
Returned by:
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.