Struct rusoto_waf_regional::WafOverrideAction[][src]

pub struct WafOverrideAction {
    pub type_: String,
}

The action to take if any rule within the RuleGroup matches a request.

Fields

COUNT overrides the action specified by the individual rule within a RuleGroup . If set to NONE, the rule's action will take place.

Trait Implementations

impl Default for WafOverrideAction
[src]

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

impl Debug for WafOverrideAction
[src]

Formats the value using the given formatter. Read more

impl Clone for WafOverrideAction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WafOverrideAction
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations