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

Class: Aws::SES::Types::SendDataPoint

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

Overview

Represents sending statistics data. Each SendDataPoint contains statistics for a 15-minute period of sending activity.

Instance Attribute Summary collapse

Instance Attribute Details

#bouncesInteger

Number of emails that have bounced.

Returns:

  • (Integer)

    Number of emails that have bounced.

#complaintsInteger

Number of unwanted emails that were rejected by recipients.

Returns:

  • (Integer)

    Number of unwanted emails that were rejected by recipients.

#delivery_attemptsInteger

Number of emails that have been sent.

Returns:

  • (Integer)

    Number of emails that have been sent.

#rejectsInteger

Number of emails rejected by Amazon SES.

Returns:

  • (Integer)

    Number of emails rejected by Amazon SES.

#timestampTime

Time of the data point.

Returns:

  • (Time)

    Time of the data point.