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.



6126
6127
6128
6129
6130
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 6126

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