Class: Aws::SESV2::Types::BulkEmailContent

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

Overview

An object that contains the body of the message. You can specify a template message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#templateTypes::Template

The template to use for the bulk email message.

Returns:



288
289
290
291
292
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 288

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