Class: Aws::SES::Types::GetTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::GetTemplateResponse
- Defined in:
- gems/aws-sdk-ses/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, an HTML part, and a text-only part.
Instance Attribute Details
#template ⇒ Types::Template
The content of the email, composed of a subject line, an HTML part, and a text-only part.
2389 2390 2391 2392 2393 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 2389 class GetTemplateResponse < Struct.new( :template) SENSITIVE = [] include Aws::Structure end |