class Aws::APIGateway::Types::ThrottleSettings
The API request rate limits.
@note When making an API call, you may pass ThrottleSettings
data as a hash: { burst_limit: 1, rate_limit: 1.0, }
@!attribute [rw] burst_limit
The API request burst limit, the maximum rate limit over a time ranging from one to a few seconds, depending upon whether the underlying token bucket is at its full capacity. @return [Integer]
@!attribute [rw] rate_limit
The API request steady-state rate limit. @return [Float]
Constants
- SENSITIVE