SuppressionListDestination
public struct SuppressionListDestination : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The type of action that you want to perform on the address. Acceptable values: PUT: add the addresses to the suppression list. If the record already exists, it will override it with the new value. DELETE: remove the addresses from the suppression list.
Declaration
Swift
public let suppressionListImportAction: SuppressionListImportAction -
Undocumented
Declaration
Swift
public init(suppressionListImportAction: SuppressionListImportAction)
View on GitHub
SuppressionListDestination Structure Reference