Class: Aws::Types::SendQuota
- Inherits:
-
Object
- Object
- Aws::Types::SendQuota
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#max_24_hour_send ⇒ ::Float
Returns the value of attribute max_24_hour_send.
-
#max_send_rate ⇒ ::Float
Returns the value of attribute max_send_rate.
-
#sent_last_24_hours ⇒ ::Float
Returns the value of attribute sent_last_24_hours.
Instance Attribute Details
#max_24_hour_send ⇒ ::Float
Returns the value of attribute max_24_hour_send.
673 674 675 |
# File 'sig/types.rbs', line 673 def max_24_hour_send @max_24_hour_send end |
#max_send_rate ⇒ ::Float
Returns the value of attribute max_send_rate.
674 675 676 |
# File 'sig/types.rbs', line 674 def max_send_rate @max_send_rate end |
#sent_last_24_hours ⇒ ::Float
Returns the value of attribute sent_last_24_hours.
675 676 677 |
# File 'sig/types.rbs', line 675 def sent_last_24_hours @sent_last_24_hours end |