You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetEmailTemplateRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  template_name: "EmailTemplateName", # required
}

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

Instance Attribute Summary collapse

Instance Attribute Details

#template_nameString

The name of the template you want to retrieve.

Returns:

  • (String)

    The name of the template you want to retrieve.