Struct rusoto_waf::XssMatchSetUpdate [] [src]

pub struct XssMatchSetUpdate {
    pub action: String,
    pub xss_match_tuple: XssMatchTuple,
}

Specifies the part of a web request that you want to inspect for cross-site scripting attacks and indicates whether you want to add the specification to an XssMatchSet or delete it from an XssMatchSet.

Fields

Specify INSERT to add a XssMatchSetUpdate to an XssMatchSet. Use DELETE to remove a XssMatchSetUpdate from an XssMatchSet.

Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.

Trait Implementations

impl Default for XssMatchSetUpdate
[src]

[src]

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

impl Debug for XssMatchSetUpdate
[src]

[src]

Formats the value using the given formatter.

impl Clone for XssMatchSetUpdate
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more