Values.SuppressedDestinationSummarySourceA summary that describes the suppressed email address.
type nonrec t = {emailAddress : EmailAddress.t option;The email address that's on the suppression list for your account.
*)reason : SuppressionListReason.t option;The reason that the address was added to the suppression list for your account.
*)lastUpdateTime : Timestamp.t option;The date and time when the suppressed destination was last updated, shown in Unix time format.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of EmailAddress.t
| `Timestamp of Timestamp.t ])
list ]