SendQuota

class SendQuota

An object that contains information about the per-day and per-second sending limits for your Amazon Pinpoint account in the current AWS Region.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

The number of emails sent from your Amazon Pinpoint account in the current AWS Region over the past 24 hours.

Functions

Link copied to clipboard
inline fun copy(block: SendQuota.Builder.() -> Unit = {}): SendQuota
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String