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)


2185
2186
2187
2188
2189
2190
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2185

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

#template_nameString

The name of the template.

Returns:

  • (String)


2185
2186
2187
2188
2189
2190
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2185

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