DeliverabilityTestReport

public struct DeliverabilityTestReport : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The date and time when the predictive inbox placement test was created, in Unix time format.

    Declaration

    Swift

    public let createDate: TimeStamp?
  • The status of the predictive inbox placement test. If the status is IN_PROGRESS, then the predictive inbox placement test is currently running. Predictive inbox placement tests are usually complete within 24 hours of creating the test. If the status is COMPLETE, then the test is finished, and you can use the GetDeliverabilityTestReport to view the results of the test.

    Declaration

    Swift

    public let deliverabilityTestStatus: DeliverabilityTestStatus?
  • The sender address that you specified for the predictive inbox placement test.

    Declaration

    Swift

    public let fromEmailAddress: String?
  • A unique string that identifies the predictive inbox placement test.

    Declaration

    Swift

    public let reportId: String?
  • A name that helps you identify a predictive inbox placement test report.

    Declaration

    Swift

    public let reportName: String?
  • The subject line for an email that you submitted in a predictive inbox placement test.

    Declaration

    Swift

    public let subject: String?
  • Undocumented

    Declaration

    Swift

    public init(createDate: TimeStamp? = nil, deliverabilityTestStatus: DeliverabilityTestStatus? = nil, fromEmailAddress: String? = nil, reportId: String? = nil, reportName: String? = nil, subject: String? = nil)