GetSendQuotaResponse
public struct GetSendQuotaResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of emails the user is allowed to send in a 24-hour interval. A value of -1 signifies an unlimited quota.
Declaration
Swift
public let max24HourSend: Double?
-
The maximum number of emails that Amazon SES can accept from the user’s account per second. The rate at which Amazon SES accepts the user’s messages might be less than the maximum send rate.
Declaration
Swift
public let maxSendRate: Double?
-
The number of emails sent during the previous 24 hours.
Declaration
Swift
public let sentLast24Hours: Double?
-
Undocumented
Declaration
Swift
public init(max24HourSend: Double? = nil, maxSendRate: Double? = nil, sentLast24Hours: Double? = nil)