Class: Aws::Types::MessagingLimits
- Inherits:
-
Object
- Object
- Aws::Types::MessagingLimits
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#daily_message_caps ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute daily_message_caps.
-
#rate_limits ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute rate_limits.
Instance Attribute Details
#daily_message_caps ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute daily_message_caps.
1250 1251 1252 |
# File 'sig/types.rbs', line 1250 def end |
#rate_limits ⇒ ::Hash[::String, ::Integer]
Returns the value of attribute rate_limits.
1249 1250 1251 |
# File 'sig/types.rbs', line 1249 def rate_limits @rate_limits end |