Class: Aws::SES::Types::TemplateMetadata

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ses/types.rb

Overview

Contains information about an email template.

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The time and date the template was created.

Returns:

  • (Time)


5183
5184
5185
5186
5187
# File 'lib/aws-sdk-ses/types.rb', line 5183

class TemplateMetadata < Struct.new(
  :name,
  :created_timestamp)
  include Aws::Structure
end

#nameString

The name of the template.

Returns:

  • (String)


5183
5184
5185
5186
5187
# File 'lib/aws-sdk-ses/types.rb', line 5183

class TemplateMetadata < Struct.new(
  :name,
  :created_timestamp)
  include Aws::Structure
end