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.
| 4987 4988 4989 4990 4991 | # File 'lib/aws-sdk-ses/types.rb', line 4987 class TestRenderTemplateResponse < Struct.new( :rendered_template) SENSITIVE = [] include Aws::Structure end |