class Aws::SESV2::Types::SendCustomVerificationEmailRequest

Represents a request to send a custom verification email to a specified recipient.

@note When making an API call, you may pass SendCustomVerificationEmailRequest

data as a hash:

    {
      email_address: "EmailAddress", # required
      template_name: "EmailTemplateName", # required
      configuration_set_name: "ConfigurationSetName",
    }

@!attribute [rw] email_address

The email address to verify.
@return [String]

@!attribute [rw] template_name

The name of the custom verification email template to use when
sending the verification email.
@return [String]

@!attribute [rw] configuration_set_name

Name of a configuration set to use when sending the verification
email.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sesv2-2019-09-27/SendCustomVerificationEmailRequest AWS API Documentation

Constants

SENSITIVE