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.
5217 5218 5219 5220 5221 |
# File 'lib/aws-sdk-ses/types.rb', line 5217 class UpdateTemplateRequest < Struct.new( :template) SENSITIVE = [] include Aws::Structure end |