Class: Aws::SES::Types::TestRenderTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::TestRenderTemplateResponse
- Defined in:
- gems/aws-sdk-ses/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.
4871 4872 4873 4874 4875 |
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 4871 class TestRenderTemplateResponse < Struct.new( :rendered_template) SENSITIVE = [] include Aws::Structure end |