class Aws::SESV2::Types::BulkEmailContent

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

@note When making an API call, you may pass BulkEmailContent

data as a hash:

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

@!attribute [rw] template

The template to use for the bulk email message.
@return [Types::Template]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/BulkEmailContent AWS API Documentation

Constants

SENSITIVE