SendDataPoint

public struct SendDataPoint : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Number of emails that have bounced.

    Declaration

    Swift

    public let bounces: Int64?
  • Number of unwanted emails that were rejected by recipients.

    Declaration

    Swift

    public let complaints: Int64?
  • Number of emails that have been sent.

    Declaration

    Swift

    public let deliveryAttempts: Int64?
  • Number of emails rejected by Amazon SES.

    Declaration

    Swift

    public let rejects: Int64?
  • Time of the data point.

    Declaration

    Swift

    public let timestamp: TimeStamp?
  • Undocumented

    Declaration

    Swift

    public init(bounces: Int64? = nil, complaints: Int64? = nil, deliveryAttempts: Int64? = nil, rejects: Int64? = nil, timestamp: TimeStamp? = nil)