You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::SendCustomVerificationEmailRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::SendCustomVerificationEmailRequest
- Defined in:
- (unknown)
Overview
Note:
When passing SendCustomVerificationEmailRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
email_address: "EmailAddress", # required
template_name: "EmailTemplateName", # required
configuration_set_name: "ConfigurationSetName",
}
Represents a request to send a custom verification email to a specified recipient.
Instance Attribute Summary collapse
-
#configuration_set_name ⇒ String
Name of a configuration set to use when sending the verification email.
-
#email_address ⇒ String
The email address to verify.
-
#template_name ⇒ String
The name of the custom verification email template to use when sending the verification email.
Instance Attribute Details
#configuration_set_name ⇒ String
Name of a configuration set to use when sending the verification email.
#email_address ⇒ String
The email address to verify.
#template_name ⇒ String
The name of the custom verification email template to use when sending the verification email.