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
- Struct
- Aws::SESV2::Types::BulkEmailContent
- 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
-
#template ⇒ Types::Template
The template to use for the bulk email message.
Instance Attribute Details
#template ⇒ Types::Template
The template to use for the bulk email message.