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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#templateTypes::Template

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

Returns:



1958
1959
1960
1961
1962
# File 'lib/aws-sdk-ses/types.rb', line 1958

class GetTemplateResponse < Struct.new(
  :template)
  SENSITIVE = []
  include Aws::Structure
end