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

Class: Aws::SESV2::Types::PlacementStatistics

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

Overview

An object that contains inbox placement data for an email provider.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#dkim_percentageFloat

The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.

Returns:

  • (Float)

    The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.

#inbox_percentageFloat

The percentage of emails that arrived in recipients\' inboxes during the predictive inbox placement test.

Returns:

  • (Float)

    The percentage of emails that arrived in recipients\' inboxes during the predictive inbox placement test.

#missing_percentageFloat

The percentage of emails that didn\'t arrive in recipients\' inboxes at all during the predictive inbox placement test.

Returns:

  • (Float)

    The percentage of emails that didn\'t arrive in recipients\' inboxes at all during the predictive inbox placement test.

#spam_percentageFloat

The percentage of emails that arrived in recipients\' spam or junk mail folders during the predictive inbox placement test.

Returns:

  • (Float)

    The percentage of emails that arrived in recipients\' spam or junk mail folders during the predictive inbox placement test.

#spf_percentageFloat

The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.

Returns:

  • (Float)

    The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.