Class: Aws::Types::ThrottleSettings
- Inherits:
-
Object
- Object
- Aws::Types::ThrottleSettings
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#burst_limit ⇒ ::Integer
Returns the value of attribute burst_limit.
-
#rate_limit ⇒ ::Float
Returns the value of attribute rate_limit.
Instance Attribute Details
#burst_limit ⇒ ::Integer
Returns the value of attribute burst_limit.
1325 1326 1327 |
# File 'sig/types.rbs', line 1325 def burst_limit @burst_limit end |
#rate_limit ⇒ ::Float
Returns the value of attribute rate_limit.
1326 1327 1328 |
# File 'sig/types.rbs', line 1326 def rate_limit @rate_limit end |