Class: Aws::SESV2::Types::GetEmailTemplateRequest

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

Overview

Represents a request to display the template object (which includes the subject line, HTML part and text part) for the template you specify.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_nameString

The name of the template.

Returns:

  • (String)


3438
3439
3440
3441
3442
# File 'lib/aws-sdk-sesv2/types.rb', line 3438

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