Class: Aws::RTBFabric::Types::RateLimiterModuleParameters

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb

Overview

Describes the parameters of a rate limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tpsFloat

The transactions per second rate limit.

Returns:

  • (Float)


1701
1702
1703
1704
1705
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1701

class RateLimiterModuleParameters < Struct.new(
  :tps)
  SENSITIVE = []
  include Aws::Structure
end