Class: Aws::SESV2::Types::EmailTemplateMetadata

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/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)


2161
2162
2163
2164
2165
2166
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2161

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

#template_nameString

The name of the template.

Returns:

  • (String)


2161
2162
2163
2164
2165
2166
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2161

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