Class: Aws::SES::Types::TestRenderTemplateRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SES::Types::TestRenderTemplateRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ses/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
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 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.
      4972 4973 4974 4975 4976 4977  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 4972 class TestRenderTemplateRequest < Struct.new( :template_name, :template_data) SENSITIVE = [] include Aws::Structure end  | 
  
#template_name ⇒ String
The name of the template to render.
      4972 4973 4974 4975 4976 4977  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 4972 class TestRenderTemplateRequest < Struct.new( :template_name, :template_data) SENSITIVE = [] include Aws::Structure end  |