Method: Aws::APIGateway::Types::ThrottleSettings#burst_limit

Defined in:
lib/aws-sdk-apigateway/types.rb

#burst_limitInteger

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.

Returns:

  • (Integer)
[View source]

7150
7151
7152
7153
7154
7155
# File 'lib/aws-sdk-apigateway/types.rb', line 7150

class ThrottleSettings < Struct.new(
  :burst_limit,
  :rate_limit)
  SENSITIVE = []
  include Aws::Structure
end