class Aws::SES::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: "Address", # required template_name: "TemplateName", # 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/email-2010-12-01/SendCustomVerificationEmailRequest AWS API Documentation
Constants
- SENSITIVE