You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::WAFRegional::Types::UpdateRuleRequestWhen passing UpdateRuleRequest 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", },
},
],
}
Instance Attribute Summary collapse
The value returned by the most recent call to GetChangeToken.
The RuleId
of the Rule
that you want to update.
An array of RuleUpdate
objects that you want to insert into or delete from a Rule.
The RuleId
of the Rule
that you want to update. RuleId
is returned by CreateRule
and by ListRules.
An array of RuleUpdate
objects that you want to insert into or delete from a Rule. For more information, see the applicable data types:
RuleUpdate: Contains Action
and Predicate
Predicate: Contains DataId
, Negated
, and Type
FieldToMatch: Contains Data
and Type
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