Struct rusoto_waf::UpdateRateBasedRuleRequest [] [src]

pub struct UpdateRateBasedRuleRequest {
    pub change_token: String,
    pub rate_limit: i64,
    pub rule_id: String,
    pub updates: Vec<RuleUpdate>,
}

Fields

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. 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.

An array of RuleUpdate objects that you want to insert into or delete from a RateBasedRule.

Trait Implementations

impl Default for UpdateRateBasedRuleRequest
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for UpdateRateBasedRuleRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateRateBasedRuleRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more