IspPlacement
public struct IspPlacement : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the email provider that the inbox placement data applies to.
Declaration
Swift
public let ispName: String?
-
An object that contains inbox placement metrics for a specific email provider.
Declaration
Swift
public let placementStatistics: PlacementStatistics?
-
Undocumented
Declaration
Swift
public init(ispName: String? = nil, placementStatistics: PlacementStatistics? = nil)