DomainIspPlacement
public struct DomainIspPlacement : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients’ inboxes.
Declaration
Swift
public let inboxPercentage: Double?
-
The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients’ inboxes.
Declaration
Swift
public let inboxRawCount: Int64?
-
The name of the email provider that the inbox placement data applies to.
Declaration
Swift
public let ispName: String?
-
The percentage of messages that were sent from the selected domain to the specified email provider that arrived in recipients’ spam or junk mail folders.
Declaration
Swift
public let spamPercentage: Double?
-
The total number of messages that were sent from the selected domain to the specified email provider that arrived in recipients’ spam or junk mail folders.
Declaration
Swift
public let spamRawCount: Int64?
-
Undocumented
Declaration
Swift
public init(inboxPercentage: Double? = nil, inboxRawCount: Int64? = nil, ispName: String? = nil, spamPercentage: Double? = nil, spamRawCount: Int64? = nil)