Class: Aws::SESV2::Types::UpdateEmailTemplateRequest

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

Overview

Represents a request to update an email template. For more information, see the [Amazon SES Developer Guide].

[1]: docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_contentTypes::EmailTemplateContent

The content of the email template, composed of a subject line, an HTML part, and a text-only part.



7341
7342
7343
7344
7345
7346
# File 'lib/aws-sdk-sesv2/types.rb', line 7341

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

#template_nameString

The name of the template.

Returns:

  • (String)


7341
7342
7343
7344
7345
7346
# File 'lib/aws-sdk-sesv2/types.rb', line 7341

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