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

Class: Aws::SESV2::Types::GetDeliverabilityTestReportResponse

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

Overview

The results of the predictive inbox placement test.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#deliverability_test_reportTypes::DeliverabilityTestReport

An object that contains the results of the predictive inbox placement test.

Returns:

#isp_placementsArray<Types::IspPlacement>

An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.

Returns:

  • (Array<Types::IspPlacement>)

    An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.

#messageString

An object that contains the message that you sent when you performed this predictive inbox placement test.

Returns:

  • (String)

    An object that contains the message that you sent when you performed this predictive inbox placement test.

#overall_placementTypes::PlacementStatistics

An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients\' inboxes, how many were sent to recipients\' spam folders, and how many weren\'t delivered.

Returns:

  • (Types::PlacementStatistics)

    An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients\' inboxes, how many were sent to recipients\' spam folders, and how many weren\'t delivered.

#tagsArray<Types::Tag>

An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.

Returns:

  • (Array<Types::Tag>)

    An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.