PlacementStatistics

public struct PlacementStatistics : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The percentage of emails that were authenticated by using DomainKeys Identified Mail (DKIM) during the predictive inbox placement test.

    Declaration

    Swift

    public let dkimPercentage: Double?
  • The percentage of emails that arrived in recipients’ inboxes during the predictive inbox placement test.

    Declaration

    Swift

    public let inboxPercentage: Double?
  • The percentage of emails that didn’t arrive in recipients’ inboxes at all during the predictive inbox placement test.

    Declaration

    Swift

    public let missingPercentage: Double?
  • The percentage of emails that arrived in recipients’ spam or junk mail folders during the predictive inbox placement test.

    Declaration

    Swift

    public let spamPercentage: Double?
  • The percentage of emails that were authenticated by using Sender Policy Framework (SPF) during the predictive inbox placement test.

    Declaration

    Swift

    public let spfPercentage: Double?
  • Undocumented

    Declaration

    Swift

    public init(dkimPercentage: Double? = nil, inboxPercentage: Double? = nil, missingPercentage: Double? = nil, spamPercentage: Double? = nil, spfPercentage: Double? = nil)