CreateReceiptFilterRequest
public struct CreateReceiptFilterRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A data structure that describes the IP address filter to create, which consists of a name, an IP address range, and whether to allow or block mail from it.
Declaration
Swift
public let filter: ReceiptFilter
-
Undocumented
Declaration
Swift
public init(filter: ReceiptFilter)