OverallVolume
public struct OverallVolume : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
An object that contains inbox and junk mail placement metrics for individual email providers.
Declaration
Swift
public let domainIspPlacements: [DomainIspPlacement]? -
The percentage of emails that were sent from the domain that were read by their recipients.
Declaration
Swift
public let readRatePercent: Double? -
An object that contains information about the numbers of messages that arrived in recipients’ inboxes and junk mail folders.
Declaration
Swift
public let volumeStatistics: VolumeStatistics? -
Undocumented
Declaration
Swift
public init(domainIspPlacements: [DomainIspPlacement]? = nil, readRatePercent: Double? = nil, volumeStatistics: VolumeStatistics? = nil)
View on GitHub
OverallVolume Structure Reference