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

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

Overview

Contains information about an email template.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_timestampTime

The time and date the template was created.

Returns:

  • (Time)


4881
4882
4883
4884
4885
4886
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 4881

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

#nameString

The name of the template.

Returns:

  • (String)


4881
4882
4883
4884
4885
4886
# File 'gems/aws-sdk-ses/lib/aws-sdk-ses/types.rb', line 4881

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