Class: Aws::SES::Types::TemplateMetadata
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SES::Types::TemplateMetadata
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ses/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.
 - 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the template.
 
Instance Attribute Details
#created_timestamp ⇒ Time
The time and date the template was created.
      4952 4953 4954 4955 4956 4957  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 4952 class TemplateMetadata < Struct.new( :name, :created_timestamp) SENSITIVE = [] include Aws::Structure end  | 
  
#name ⇒ String
The name of the template.
      4952 4953 4954 4955 4956 4957  | 
    
      # File 'lib/aws-sdk-ses/types.rb', line 4952 class TemplateMetadata < Struct.new( :name, :created_timestamp) SENSITIVE = [] include Aws::Structure end  |