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)


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