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
- Struct
- Aws::SESV2::Types::GetEmailTemplateRequest
- 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
-
#template_name ⇒ String
The name of the template you want to retrieve.
Instance Attribute Details
#template_name ⇒ String
The name of the template you want to retrieve.