Class: Aws::Types::ThrottleSettings

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#burst_limit::Integer

Returns the value of attribute burst_limit.

Returns:

  • (::Integer)


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.

Returns:

  • (::Float)


1326
1327
1328
# File 'sig/types.rbs', line 1326

def rate_limit
  @rate_limit
end