Class: Aws::SES::Types::DeleteTemplateRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SES::Types::DeleteTemplateRequest
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ses/types.rb
 
Overview
Represents a request to delete an email template. For more information, see the [Amazon SES Developer Guide].
[1]: docs.aws.amazon.com/ses/latest/dg/send-personalized-email-api.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the template to be deleted.
 
Instance Attribute Details
#template_name ⇒ String
The name of the template to be deleted.
      1204 1205 1206 1207 1208  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 1204 class DeleteTemplateRequest < Struct.new( :template_name) SENSITIVE = [] include Aws::Structure end  |