SuppressedDestinationAttributes

public struct SuppressedDestinationAttributes : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier that’s generated when an email address is added to the suppression list for your account.

    Declaration

    Swift

    public let feedbackId: String?
  • The unique identifier of the email message that caused the email address to be added to the suppression list for your account.

    Declaration

    Swift

    public let messageId: String?
  • Undocumented

    Declaration

    Swift

    public init(feedbackId: String? = nil, messageId: String? = nil)