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

Class: Aws::SESV2::Types::GetCustomVerificationEmailTemplateRequest

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

Overview

Note:

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

{
  template_name: "EmailTemplateName", # required
}

Represents a request to retrieve an existing custom verification email template.

Instance Attribute Summary collapse

Instance Attribute Details

#template_nameString

The name of the custom verification email template that you want to retrieve.

Returns:

  • (String)

    The name of the custom verification email template that you want to retrieve.