You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::WAFRegional::Types::UpdateRateBasedRuleRequestWhen 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
The value returned by the most recent call to GetChangeToken.
The maximum number of requests, which have an identical value in the field specified by the RateKey
, allowed in a five-minute period.
The RuleId
of the RateBasedRule
that you want to update.
An array of RuleUpdate
objects that you want to insert into or delete from a RateBasedRule.
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.
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