Class: Aws::SESV2::Types::CreateCustomVerificationEmailTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::CreateCustomVerificationEmailTemplateRequest
- Defined in:
- gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb
Overview
Represents a request to create a 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.
-
#tags ⇒ Array<Types::Tag>
An array of objects that define the tags (keys and values) to associate with the custom verification email template.
-
#template_content ⇒ String
The content of the custom verification email.
-
#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.
1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1023 class CreateCustomVerificationEmailTemplateRequest < Struct.new( :template_name, :from_email_address, :template_subject, :template_content, :tags, :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.
1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1023 class CreateCustomVerificationEmailTemplateRequest < Struct.new( :template_name, :from_email_address, :template_subject, :template_content, :tags, :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.
1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1023 class CreateCustomVerificationEmailTemplateRequest < Struct.new( :template_name, :from_email_address, :template_subject, :template_content, :tags, :success_redirection_url, :failure_redirection_url) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array of objects that define the tags (keys and values) to associate with the custom verification email template.
1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1023 class CreateCustomVerificationEmailTemplateRequest < Struct.new( :template_name, :from_email_address, :template_subject, :template_content, :tags, :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.
1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1023 class CreateCustomVerificationEmailTemplateRequest < Struct.new( :template_name, :from_email_address, :template_subject, :template_content, :tags, :success_redirection_url, :failure_redirection_url) SENSITIVE = [] include Aws::Structure end |
#template_name ⇒ String
The name of the custom verification email template.
1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1023 class CreateCustomVerificationEmailTemplateRequest < Struct.new( :template_name, :from_email_address, :template_subject, :template_content, :tags, :success_redirection_url, :failure_redirection_url) SENSITIVE = [] include Aws::Structure end |
#template_subject ⇒ String
The subject line of the custom verification email.
1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 |
# File 'gems/aws-sdk-sesv2/lib/aws-sdk-sesv2/types.rb', line 1023 class CreateCustomVerificationEmailTemplateRequest < Struct.new( :template_name, :from_email_address, :template_subject, :template_content, :tags, :success_redirection_url, :failure_redirection_url) SENSITIVE = [] include Aws::Structure end |