A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/WAFRegional/Types/UpdateRateBasedRuleRequest.html below:

UpdateRateBasedRuleRequest — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WAFRegional::Types::UpdateRateBasedRuleRequest
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing UpdateRateBasedRuleRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  rule_id: "ResourceId",   change_token: "ChangeToken",   updates: [     {
      action: "INSERT",       predicate: {         negated: false,         type: "IPMatch",         data_id: "ResourceId",       },
    },
  ],
  rate_limit: 1, }
Instance Attribute Summary collapse Instance Attribute Details #rate_limit ⇒ Integer

The maximum number of requests, which have an identical value in the field specified by the RateKey, allowed in a five-minute period. If the number of requests exceeds the RateLimit and the other predicates specified in the rule are also met, AWS WAF triggers the action that is specified for this rule.

#rule_id ⇒ String

The RuleId of the RateBasedRule that you want to update. RuleId is returned by CreateRateBasedRule and by ListRateBasedRules.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4