Class: Aws::SESV2::Types::EmailTemplateMetadata
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SESV2::Types::EmailTemplateMetadata
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sesv2/types.rb
 
Overview
Contains information about an email template.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #created_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time and date the template was created.
 - 
  
    
      #template_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the template.
 
Instance Attribute Details
#created_timestamp ⇒ Time
The time and date the template was created.
      2185 2186 2187 2188 2189 2190  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 2185 class EmailTemplateMetadata < Struct.new( :template_name, :created_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#template_name ⇒ String
The name of the template.
      2185 2186 2187 2188 2189 2190  | 
    
      # File 'lib/aws-sdk-sesv2/types.rb', line 2185 class EmailTemplateMetadata < Struct.new( :template_name, :created_timestamp) SENSITIVE = [] include Aws::Structure end  |