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

Class: Aws::SESV2::Types::GetDomainStatisticsReportResponse

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

Overview

An object that includes statistics that are related to the domain that you specified.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#daily_volumesArray<Types::DailyVolume>

An object that contains deliverability metrics for the domain that you specified. This object contains data for each day, starting on the StartDate and ending on the EndDate.

Returns:

  • (Array<Types::DailyVolume>)

    An object that contains deliverability metrics for the domain that you specified.

#overall_volumeTypes::OverallVolume

An object that contains deliverability metrics for the domain that you specified. The data in this object is a summary of all of the data that was collected from the StartDate to the EndDate.

Returns:

  • (Types::OverallVolume)

    An object that contains deliverability metrics for the domain that you specified.