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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb

Overview

Represents a request to create an email template. For more information, see the Amazon SES Developer Guide.

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 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 827

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