Class: Aws::RTBFabric::Types::RateLimiterModuleParameters
- Inherits:
-
Struct
- Object
- Struct
- Aws::RTBFabric::Types::RateLimiterModuleParameters
- 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
-
#tps ⇒ Float
The transactions per second rate limit.
Instance Attribute Details
#tps ⇒ Float
The transactions per second rate limit.
1676 1677 1678 1679 1680 |
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1676 class RateLimiterModuleParameters < Struct.new( :tps) SENSITIVE = [] include Aws::Structure end |