GetDeliverabilityTestReportResponse
public struct GetDeliverabilityTestReportResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An object that contains the results of the predictive inbox placement test.
Declaration
Swift
public let deliverabilityTestReport: DeliverabilityTestReport
-
An object that describes how the test email was handled by several email providers, including Gmail, Hotmail, Yahoo, AOL, and others.
Declaration
Swift
public let ispPlacements: [IspPlacement]
-
An object that contains the message that you sent when you performed this predictive inbox placement test.
Declaration
Swift
public let message: String?
-
An object that specifies how many test messages that were sent during the predictive inbox placement test were delivered to recipients’ inboxes, how many were sent to recipients’ spam folders, and how many weren’t delivered.
Declaration
Swift
public let overallPlacement: PlacementStatistics
-
An array of objects that define the tags (keys and values) that are associated with the predictive inbox placement test.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(deliverabilityTestReport: DeliverabilityTestReport, ispPlacements: [IspPlacement], message: String? = nil, overallPlacement: PlacementStatistics, tags: [Tag]? = nil)