RateLimiterStatus
Contains information about the rate limiter status for a connection, including the maximum number of rate limiters allowed, the number currently in use, and the remaining capacity.
Contents
- inUse
-
The number of rate limiters currently in use on the connection.
Type: Integer
Required: No
- maxAllowed
-
The maximum number of rate limiters allowed on the connection.
Type: Integer
Required: No
- remaining
-
The number of rate limiters remaining (available) on the connection.
Type: Integer
Required: No
- totalBandwidth
-
The total bandwidth allocated across all rate limiters on the connection.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: