Class: Aws::SESV2::Types::SendCustomVerificationEmailRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::SendCustomVerificationEmailRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
Represents a request to send a custom verification email to a specified recipient.
Constant Summary collapse
- SENSITIVE =
[]
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.
6425 6426 6427 6428 6429 6430 6431 |
# File 'lib/aws-sdk-sesv2/types.rb', line 6425 class SendCustomVerificationEmailRequest < Struct.new( :email_address, :template_name, :configuration_set_name) SENSITIVE = [] include Aws::Structure end |
#email_address ⇒ String
The email address to verify.
6425 6426 6427 6428 6429 6430 6431 |
# File 'lib/aws-sdk-sesv2/types.rb', line 6425 class SendCustomVerificationEmailRequest < Struct.new( :email_address, :template_name, :configuration_set_name) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the custom verification email template to use when sending the verification email.
6425 6426 6427 6428 6429 6430 6431 |
# File 'lib/aws-sdk-sesv2/types.rb', line 6425 class SendCustomVerificationEmailRequest < Struct.new( :email_address, :template_name, :configuration_set_name) SENSITIVE = [] include Aws::Structure end |