You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::APIGateway::Types::ThrottleSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ThrottleSettings as input to an Aws::Client method, you can use a vanilla Hash:

{
  burst_limit: 1,
  rate_limit: 1.0,
}

The API request rate limits.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#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)

    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.

#rate_limitFloat

The API request steady-state rate limit.

Returns:

  • (Float)

    The API request steady-state rate limit.