PutSuppressedDestinationRequest
public struct PutSuppressedDestinationRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The email address that should be added to the suppression list for your account.
Declaration
Swift
public let emailAddress: String
-
The factors that should cause the email address to be added to the suppression list for your account.
Declaration
Swift
public let reason: SuppressionListReason
-
Undocumented
Declaration
Swift
public init(emailAddress: String, reason: SuppressionListReason)