Class: Aws::SESV2::Types::CreateDeliverabilityTestReportRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::CreateDeliverabilityTestReportRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sesv2/types.rb
Overview
A request to perform a predictive inbox placement test. Predictive inbox placement tests can help you predict how your messages will be handled by various email providers around the world. When you perform a predictive inbox placement test, you provide a sample message that contains the content that you plan to send to your customers. We send that message to special email addresses spread across several major email providers around the world. The test takes about 24 hours to complete. When the test is complete, you can use the ‘GetDeliverabilityTestReport` operation to view the results of the test.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Types::EmailContent
The HTML body of the message that you sent when you performed the predictive inbox placement test.
-
#from_email_address ⇒ String
The email address that the predictive inbox placement test email was sent from.
-
#report_name ⇒ String
A unique name that helps you to identify the predictive inbox placement test when you retrieve the results.
-
#tags ⇒ Array<Types::Tag>
An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.
Instance Attribute Details
#content ⇒ Types::EmailContent
The HTML body of the message that you sent when you performed the predictive inbox placement test.
950 951 952 953 954 955 956 957 |
# File 'lib/aws-sdk-sesv2/types.rb', line 950 class CreateDeliverabilityTestReportRequest < Struct.new( :report_name, :from_email_address, :content, :tags) SENSITIVE = [] include Aws::Structure end |
#from_email_address ⇒ String
The email address that the predictive inbox placement test email was sent from.
950 951 952 953 954 955 956 957 |
# File 'lib/aws-sdk-sesv2/types.rb', line 950 class CreateDeliverabilityTestReportRequest < Struct.new( :report_name, :from_email_address, :content, :tags) SENSITIVE = [] include Aws::Structure end |
#report_name ⇒ String
A unique name that helps you to identify the predictive inbox placement test when you retrieve the results.
950 951 952 953 954 955 956 957 |
# File 'lib/aws-sdk-sesv2/types.rb', line 950 class CreateDeliverabilityTestReportRequest < Struct.new( :report_name, :from_email_address, :content, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.
950 951 952 953 954 955 956 957 |
# File 'lib/aws-sdk-sesv2/types.rb', line 950 class CreateDeliverabilityTestReportRequest < Struct.new( :report_name, :from_email_address, :content, :tags) SENSITIVE = [] include Aws::Structure end |