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
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.
4940 4941 4942 4943 4944 |
# File 'lib/aws-sdk-ses/types.rb', line 4940 class TestRenderTemplateResponse < Struct.new( :rendered_template) SENSITIVE = [] include Aws::Structure end |