SendQuota class
An object that contains information about the per-day and per-second sending limits for your Amazon SES account in the current AWS Region.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- max24HourSend → double?
-
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.
final
- maxSendRate → 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.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sentLast24Hours → double?
-
The number of emails sent from your Amazon SES account in the current AWS
Region over the past 24 hours.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited