InboxPlacementTrackingOption
public struct InboxPlacementTrackingOption : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Specifies whether inbox placement data is being tracked for the domain.
Declaration
Swift
public let global: Bool?
-
An array of strings, one for each major email provider that the inbox placement data applies to.
Declaration
Swift
public let trackedIsps: [String]?
-
Undocumented
Declaration
Swift
public init(global: Bool? = nil, trackedIsps: [String]? = nil)