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

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

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

Overview

Note:

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

{
  template: {
    template_name: "EmailTemplateName",
    template_arn: "AmazonResourceName",
    template_data: "EmailTemplateData",
  },
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#templateTypes::Template

The template to use for the bulk email message.

Returns: