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.
4905 4906 4907 4908 4909 4910 |
# File 'lib/aws-sdk-ses/types.rb', line 4905 class TemplateMetadata < Struct.new( :name, :created_timestamp) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the template.
4905 4906 4907 4908 4909 4910 |
# File 'lib/aws-sdk-ses/types.rb', line 4905 class TemplateMetadata < Struct.new( :name, :created_timestamp) SENSITIVE = [] include Aws::Structure end |