Class: Aws::SES::Types::TestRenderTemplateResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#rendered_templateString

The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.

Returns:

  • (String)


4916
4917
4918
4919
4920
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 4916

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