GetDomainStatisticsReportResponse
public struct GetDomainStatisticsReportResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let dailyVolumes: [DailyVolume]
-
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.
Declaration
Swift
public let overallVolume: OverallVolume
-
Undocumented
Declaration
Swift
public init(dailyVolumes: [DailyVolume], overallVolume: OverallVolume)