Class: Aws::SESV2::Types::ReplacementTemplate

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#replacement_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)


6120
6121
6122
6123
6124
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6120

class ReplacementTemplate < Struct.new(
  :replacement_template_data)
  SENSITIVE = []
  include Aws::Structure
end