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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_nameString

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

Returns:

  • (String)


2916
2917
2918
2919
2920
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 2916

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