Class: Aws::SESV2::Types::DeleteCustomVerificationEmailTemplateRequest

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

Overview

Represents a request to delete 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 delete.

Returns:

  • (String)


1466
1467
1468
1469
1470
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1466

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