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
- Struct
- Aws::SESV2::Types::ReplacementEmailContent
- Defined in:
- (unknown)
Overview
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
-
#replacement_template ⇒ Types::ReplacementTemplate
The
ReplacementTemplate
associated withReplacementEmailContent
.
Instance Attribute Details
#replacement_template ⇒ Types::ReplacementTemplate
The ReplacementTemplate
associated with ReplacementEmailContent
.