CreateDeliverabilityTestReportRequest
public struct CreateDeliverabilityTestReportRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The HTML body of the message that you sent when you performed the predictive inbox placement test.
Declaration
Swift
public let content: EmailContent
-
The email address that the predictive inbox placement test email was sent from.
Declaration
Swift
public let fromEmailAddress: String
-
A unique name that helps you to identify the predictive inbox placement test when you retrieve the results.
Declaration
Swift
public let reportName: String?
-
An array of objects that define the tags (keys and values) that you want to associate with the predictive inbox placement test.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(content: EmailContent, fromEmailAddress: String, reportName: String? = nil, tags: [Tag]? = nil)
-
Declaration
Swift
public func validate(name: String) throws