SendQuota
public struct SendQuota : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of emails that you can send in the current AWS Region over a 24-hour period. This value is also called your sending quota.
Declaration
Swift
public let max24HourSend: Double?
-
The maximum number of emails that you can send per second in the current AWS Region. This value is also called your maximum sending rate or your maximum TPS (transactions per second) rate.
Declaration
Swift
public let maxSendRate: Double?
-
The number of emails sent from your Amazon Pinpoint account in the current AWS Region over the past 24 hours.
Declaration
Swift
public let sentLast24Hours: Double?
-
Undocumented
Declaration
Swift
public init(max24HourSend: Double? = nil, maxSendRate: Double? = nil, sentLast24Hours: Double? = nil)