You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::VolumeStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::VolumeStatistics
- 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
-
#inbox_raw_count ⇒ Integer
The total number of emails that arrived in recipients\' inboxes.
-
#projected_inbox ⇒ Integer
An estimate of the percentage of emails sent from the current domain that will arrive in recipients\' inboxes.
-
#projected_spam ⇒ 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_count ⇒ Integer
The total number of emails that arrived in recipients\' spam or junk mail folders.
Instance Attribute Details
#inbox_raw_count ⇒ Integer
The total number of emails that arrived in recipients\' inboxes.
#projected_inbox ⇒ Integer
An estimate of the percentage of emails sent from the current domain that will arrive in recipients\' inboxes.
#projected_spam ⇒ 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_count ⇒ Integer
The total number of emails that arrived in recipients\' spam or junk mail folders.