You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SESV2::Types::DeliverabilityTestReport

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

An object that contains metadata related to a predictive inbox placement test.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#create_dateTime

The date and time when the predictive inbox placement test was created, in Unix time format.

Returns:

  • (Time)

    The date and time when the predictive inbox placement test was created, in Unix time format.

#deliverability_test_statusString

The status of the predictive inbox placement test. If the status is IN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is COMPLETE, then the test is finished, and you can use the GetDeliverabilityTestReport to view the results of the test.

Possible values:

  • IN_PROGRESS
  • COMPLETED

Returns:

  • (String)

    The status of the predictive inbox placement test.

#from_email_addressString

The sender address that you specified for the predictive inbox placement test.

Returns:

  • (String)

    The sender address that you specified for the predictive inbox placement test.

#report_idString

A unique string that identifies the predictive inbox placement test.

Returns:

  • (String)

    A unique string that identifies the predictive inbox placement test.

#report_nameString

A name that helps you identify a predictive inbox placement test report.

Returns:

  • (String)

    A name that helps you identify a predictive inbox placement test report.

#subjectString

The subject line for an email that you submitted in a predictive inbox placement test.

Returns:

  • (String)

    The subject line for an email that you submitted in a predictive inbox placement test.