You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SES::Types::TestRenderTemplateRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SES::Types::TestRenderTemplateRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing TestRenderTemplateRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  template_name: "TemplateName", # required
  template_data: "TemplateData", # required
}
Instance Attribute Summary collapse
- 
  
    
      #template_data  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of replacement values to apply to the template. 
- 
  
    
      #template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the template that you want to render. 
Instance Attribute Details
#template_data ⇒ String
A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
#template_name ⇒ String
The name of the template that you want to render.