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

Class: Aws::SESV2::Types::DailyVolume

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

Overview

An object that contains information about the volume of email sent on each day of the analysis period.

Instance Attribute Summary collapse

Instance Attribute Details

#domain_isp_placementsArray<Types::DomainIspPlacement>

An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient\'s email provider.

Returns:

  • (Array<Types::DomainIspPlacement>)

    An object that contains inbox placement metrics for a specified day in the analysis period, broken out by the recipient\'s email provider.

#start_dateTime

The date that the DailyVolume metrics apply to, in Unix time.

Returns:

  • (Time)

    The date that the DailyVolume metrics apply to, in Unix time.

#volume_statisticsTypes::VolumeStatistics

An object that contains inbox placement metrics for a specific day in the analysis period.

Returns:

  • (Types::VolumeStatistics)

    An object that contains inbox placement metrics for a specific day in the analysis period.