Class: Aws::SES::Types::UpdateTemplateRequest

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

Overview

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:



5193
5194
5195
5196
5197
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 5193

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