Struct rusoto_waf::RuleUpdate [] [src]

pub struct RuleUpdate {
    pub action: String,
    pub predicate: Predicate,
}

Specifies a Predicate (such as an IPSet) and indicates whether you want to add it to a Rule or delete it from a Rule.

Fields

Specify INSERT to add a Predicate to a Rule. Use DELETE to remove a Predicate from a Rule.

The ID of the Predicate (such as an IPSet) that you want to add to a Rule.

Trait Implementations

impl Default for RuleUpdate
[src]

[src]

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

impl Debug for RuleUpdate
[src]

[src]

Formats the value using the given formatter.

impl Clone for RuleUpdate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more