Class: Aws::SES::Types::UpdateCustomVerificationEmailTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SES::Types::UpdateCustomVerificationEmailTemplateRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ses/types.rb
Overview
Represents a request to update an existing custom verification email template.
Constant Summary collapse
- SENSITIVE =
[]
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_content ⇒ String
The content of the custom verification email.
-
#template_name ⇒ String
The name of the custom verification email template to update.
-
#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.
5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 |
# File 'lib/aws-sdk-ses/types.rb', line 5215 class UpdateCustomVerificationEmailTemplateRequest < Struct.new( :template_name, :from_email_address, :template_subject, :template_content, :success_redirection_url, :failure_redirection_url) SENSITIVE = [] include Aws::Structure end |
#from_email_address ⇒ String
The email address that the custom verification email is sent from.
5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 |
# File 'lib/aws-sdk-ses/types.rb', line 5215 class UpdateCustomVerificationEmailTemplateRequest < Struct.new( :template_name, :from_email_address, :template_subject, :template_content, :success_redirection_url, :failure_redirection_url) SENSITIVE = [] 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.
5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 |
# File 'lib/aws-sdk-ses/types.rb', line 5215 class UpdateCustomVerificationEmailTemplateRequest < Struct.new( :template_name, :from_email_address, :template_subject, :template_content, :success_redirection_url, :failure_redirection_url) SENSITIVE = [] include Aws::Structure end |
#template_content ⇒ String
The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML, with some limitations. For more information, see [Custom Verification Email Frequently Asked Questions] in the *Amazon SES Developer Guide*.
[1]: docs.aws.amazon.com/ses/latest/dg/creating-identities.html#send-email-verify-address-custom
5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 |
# File 'lib/aws-sdk-ses/types.rb', line 5215 class UpdateCustomVerificationEmailTemplateRequest < Struct.new( :template_name, :from_email_address, :template_subject, :template_content, :success_redirection_url, :failure_redirection_url) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the custom verification email template to update.
5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 |
# File 'lib/aws-sdk-ses/types.rb', line 5215 class UpdateCustomVerificationEmailTemplateRequest < Struct.new( :template_name, :from_email_address, :template_subject, :template_content, :success_redirection_url, :failure_redirection_url) SENSITIVE = [] include Aws::Structure end |
#template_subject ⇒ String
The subject line of the custom verification email.
5215 5216 5217 5218 5219 5220 5221 5222 5223 5224 |
# File 'lib/aws-sdk-ses/types.rb', line 5215 class UpdateCustomVerificationEmailTemplateRequest < Struct.new( :template_name, :from_email_address, :template_subject, :template_content, :success_redirection_url, :failure_redirection_url) SENSITIVE = [] include Aws::Structure end |