Class: Aws::SES::Types::GetTemplateResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#templateTypes::Template

The content of the email, composed of a subject line, an HTML part, and a text-only part.

Returns:



2113
2114
2115
2116
# File 'lib/aws-sdk-ses/types.rb', line 2113

class GetTemplateResponse < Struct.new(
  :template)
  include Aws::Structure
end