Class: Aws::SES::Types::UpdateTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::UpdateTemplateRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
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.
5264 5265 5266 5267 5268 |
# File 'lib/aws-sdk-ses/types.rb', line 5264 class UpdateTemplateRequest < Struct.new( :template) SENSITIVE = [] include Aws::Structure end |