Class: Aws::SES::Types::CustomVerificationEmailTemplate
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::CustomVerificationEmailTemplate
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Contains information about a custom verification email template.
Instance Attribute Summary collapse
-
#failure_redirection_url ⇒ String
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
-
#from_email_address ⇒ String
The email address that the custom verification email is sent from.
-
#success_redirection_url ⇒ String
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
-
#template_name ⇒ String
The name of the custom verification email template.
-
#template_subject ⇒ String
The subject line of the custom verification email.
Instance Attribute Details
#failure_redirection_url ⇒ String
The URL that the recipient of the verification email is sent to if his or her address is not successfully verified.
1005 1006 1007 1008 1009 1010 1011 1012 |
# File 'lib/aws-sdk-ses/types.rb', line 1005 class CustomVerificationEmailTemplate < Struct.new( :template_name, :from_email_address, :template_subject, :success_redirection_url, :failure_redirection_url) include Aws::Structure end |
#from_email_address ⇒ String
The email address that the custom verification email is sent from.
1005 1006 1007 1008 1009 1010 1011 1012 |
# File 'lib/aws-sdk-ses/types.rb', line 1005 class CustomVerificationEmailTemplate < Struct.new( :template_name, :from_email_address, :template_subject, :success_redirection_url, :failure_redirection_url) include Aws::Structure end |
#success_redirection_url ⇒ String
The URL that the recipient of the verification email is sent to if his or her address is successfully verified.
1005 1006 1007 1008 1009 1010 1011 1012 |
# File 'lib/aws-sdk-ses/types.rb', line 1005 class CustomVerificationEmailTemplate < Struct.new( :template_name, :from_email_address, :template_subject, :success_redirection_url, :failure_redirection_url) include Aws::Structure end |
#template_name ⇒ String
The name of the custom verification email template.
1005 1006 1007 1008 1009 1010 1011 1012 |
# File 'lib/aws-sdk-ses/types.rb', line 1005 class CustomVerificationEmailTemplate < Struct.new( :template_name, :from_email_address, :template_subject, :success_redirection_url, :failure_redirection_url) include Aws::Structure end |
#template_subject ⇒ String
The subject line of the custom verification email.
1005 1006 1007 1008 1009 1010 1011 1012 |
# File 'lib/aws-sdk-ses/types.rb', line 1005 class CustomVerificationEmailTemplate < Struct.new( :template_name, :from_email_address, :template_subject, :success_redirection_url, :failure_redirection_url) include Aws::Structure end |