VolumeStatistics

public struct VolumeStatistics : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The total number of emails that arrived in recipients’ inboxes.

    Declaration

    Swift

    public let inboxRawCount: Int64?
  • An estimate of the percentage of emails sent from the current domain that will arrive in recipients’ inboxes.

    Declaration

    Swift

    public let projectedInbox: Int64?
  • An estimate of the percentage of emails sent from the current domain that will arrive in recipients’ spam or junk mail folders.

    Declaration

    Swift

    public let projectedSpam: Int64?
  • The total number of emails that arrived in recipients’ spam or junk mail folders.

    Declaration

    Swift

    public let spamRawCount: Int64?
  • Undocumented

    Declaration

    Swift

    public init(inboxRawCount: Int64? = nil, projectedInbox: Int64? = nil, projectedSpam: Int64? = nil, spamRawCount: Int64? = nil)