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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#replacement_templateTypes::ReplacementTemplate

The ReplacementTemplate associated with ReplacementEmailContent.



6102
6103
6104
6105
6106
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6102

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