Class: Aws::SESV2::Types::TestRenderEmailTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::TestRenderEmailTemplateResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
The following element is returned by the service.
Constant Summary collapse
- SENSITIVE =
[]
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.
6976 6977 6978 6979 6980 |
# File 'lib/aws-sdk-sesv2/types.rb', line 6976 class TestRenderEmailTemplateResponse < Struct.new( :rendered_template) SENSITIVE = [] include Aws::Structure end |