Class: Aws::RTBFabric::Types::RateLimiterModuleParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::RateLimiterModuleParameters
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rtbfabric/types.rb
Overview
Describes the parameters of a rate limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tps ⇒ Float
The transactions per second rate limit.
Instance Attribute Details
#tps ⇒ Float
The transactions per second rate limit.
2457 2458 2459 2460 2461 |
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2457 class RateLimiterModuleParameters < Struct.new( :tps) SENSITIVE = [] include Aws::Structure end |