You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SESV2::Types::ReplacementEmailContent

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ReplacementEmailContent as input to an Aws::Client method, you can use a vanilla Hash:

{
  replacement_template: {
    replacement_template_data: "EmailTemplateData",
  },
}

The ReplaceEmailContent object to be used for a specific BulkEmailEntry. The ReplacementTemplate can be specified within this object.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#replacement_templateTypes::ReplacementTemplate

The ReplacementTemplate associated with ReplacementEmailContent.

Returns: