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

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


3459
3460
3461
3462
3463
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 3459

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