Struct rusoto_waf::SqlInjectionMatchSetUpdate [] [src]

pub struct SqlInjectionMatchSetUpdate {
    pub action: String,
    pub sql_injection_match_tuple: SqlInjectionMatchTuple,
}

Specifies the part of a web request that you want to inspect for snippets of malicious SQL code and indicates whether you want to add the specification to a SqlInjectionMatchSet or delete it from a SqlInjectionMatchSet.

Fields

Specify INSERT to add a SqlInjectionMatchSetUpdate to a SqlInjectionMatchSet. Use DELETE to remove a SqlInjectionMatchSetUpdate from a SqlInjectionMatchSet.

Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.

Trait Implementations

impl Default for SqlInjectionMatchSetUpdate
[src]

[src]

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

impl Debug for SqlInjectionMatchSetUpdate
[src]

[src]

Formats the value using the given formatter.

impl Clone for SqlInjectionMatchSetUpdate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more