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)


1902
1903
1904
1905
1906
# File 'gems/aws-sdk-rtbfabric/lib/aws-sdk-rtbfabric/types.rb', line 1902

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