ListDeliverabilityTestReportsResponse

public struct ListDeliverabilityTestReportsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An object that contains a lists of predictive inbox placement tests that you’ve performed.

    Declaration

    Swift

    public let deliverabilityTestReports: [DeliverabilityTestReport]
  • A token that indicates that there are additional predictive inbox placement tests to list. To view additional predictive inbox placement tests, issue another request to ListDeliverabilityTestReports, and pass this token in the NextToken parameter.

    Declaration

    Swift

    public let nextToken: String?
  • Undocumented

    Declaration

    Swift

    public init(deliverabilityTestReports: [DeliverabilityTestReport], nextToken: String? = nil)