Class: Aws::SES::Types::TestRenderTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::TestRenderTemplateResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Instance Attribute Summary collapse
-
#rendered_template ⇒ String
The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.
Instance Attribute Details
#rendered_template ⇒ String
The complete MIME message rendered by applying the data in the TemplateData parameter to the template specified in the TemplateName parameter.
5224 5225 5226 5227 |
# File 'lib/aws-sdk-ses/types.rb', line 5224 class TestRenderTemplateResponse < Struct.new( :rendered_template) include Aws::Structure end |