Class: Aws::SES::Types::GetTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::GetTemplateResponse
- 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.
1997 1998 1999 2000 2001 |
# File 'lib/aws-sdk-ses/types.rb', line 1997 class GetTemplateResponse < Struct.new( :template) SENSITIVE = [] include Aws::Structure end |