Class: Aws::SES::Types::CreateTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::CreateTemplateRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Represents a request to create an email template. For more information, see the [Amazon SES Developer Guide].
[1]: docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#template ⇒ Types::Template
The content of the email, composed of a subject line and either an HTML part or a text-only part.
Instance Attribute Details
#template ⇒ Types::Template
The content of the email, composed of a subject line and either an HTML part or a text-only part.
827 828 829 830 831 |
# File 'lib/aws-sdk-ses/types.rb', line 827 class CreateTemplateRequest < Struct.new( :template) SENSITIVE = [] include Aws::Structure end |