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.
1896 1897 1898 |
# File 'sig/types.rbs', line 1896 def max_24_hour_send @max_24_hour_send end |
#max_send_rate ⇒ ::Float
Returns the value of attribute max_send_rate.
1897 1898 1899 |
# File 'sig/types.rbs', line 1897 def max_send_rate @max_send_rate end |
#sent_last_24_hours ⇒ ::Float
Returns the value of attribute sent_last_24_hours.
1898 1899 1900 |
# File 'sig/types.rbs', line 1898 def sent_last_24_hours @sent_last_24_hours end |