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

Class: Aws::PinpointEmail::Types::VolumeStatistics

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

Overview

An object that contains information about the amount of email that was delivered to recipients.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#inbox_raw_countInteger

The total number of emails that arrived in recipients\' inboxes.

Returns:

  • (Integer)

    The total number of emails that arrived in recipients\' inboxes.

#projected_inboxInteger

An estimate of the percentage of emails sent from the current domain that will arrive in recipients\' inboxes.

Returns:

  • (Integer)

    An estimate of the percentage of emails sent from the current domain that will arrive in recipients\' inboxes.

#projected_spamInteger

An estimate of the percentage of emails sent from the current domain that will arrive in recipients\' spam or junk mail folders.

Returns:

  • (Integer)

    An estimate of the percentage of emails sent from the current domain that will arrive in recipients\' spam or junk mail folders.

#spam_raw_countInteger

The total number of emails that arrived in recipients\' spam or junk mail folders.

Returns:

  • (Integer)

    The total number of emails that arrived in recipients\' spam or junk mail folders.