You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SESV2::Types::SendQuota
- Inherits:
-
Struct
- Object
- Struct
- Aws::SESV2::Types::SendQuota
- Defined in:
- (unknown)
Overview
An object that contains information about the per-day and per-second sending limits for your Amazon SES account in the current AWS Region.
Returned by:
Instance Attribute Summary collapse
-
#max_24_hour_send ⇒ Float
The maximum number of emails that you can send in the current AWS Region over a 24-hour period.
-
#max_send_rate ⇒ Float
The maximum number of emails that you can send per second in the current AWS Region.
-
#sent_last_24_hours ⇒ Float
The number of emails sent from your Amazon SES account in the current AWS Region over the past 24 hours.
Instance Attribute Details
#max_24_hour_send ⇒ Float
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.
#max_send_rate ⇒ Float
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.
#sent_last_24_hours ⇒ Float
The number of emails sent from your Amazon SES account in the current AWS Region over the past 24 hours.