Class: Aws::SES::Types::CreateTemplateRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#templateTypes::Template

The content of the email, composed of a subject line and either an HTML part or a text-only part.

Returns:



827
828
829
830
831
# File 'lib/aws-sdk-ses/types.rb', line 827

class CreateTemplateRequest < Struct.new(
  :template)
  SENSITIVE = []
  include Aws::Structure
end