class Aws::SESV2::Types::Template
An object that defines the email template to use for an email message, and the values to use for any message variables in that template. An *email template* is a type of message template that contains content that you want to define, save, and reuse in email messages that you send.
@note When making an API call, you may pass Template
data as a hash: { template_name: "EmailTemplateName", template_arn: "AmazonResourceName", template_data: "EmailTemplateData", }
@!attribute [rw] template_name
The name of the template. You will refer to this name when you send email using the `SendTemplatedEmail` or `SendBulkTemplatedEmail` operations. @return [String]
@!attribute [rw] template_arn
The Amazon Resource Name (ARN) of the template. @return [String]
@!attribute [rw] template_data
An object that defines the values to use for message variables in the template. This object is a set of key-value pairs. Each key defines a message variable in the template. The corresponding value defines the value to use for that variable. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/Template AWS API Documentation
Constants
- SENSITIVE