Struct rusoto_waf::DeleteXssMatchSetRequest [] [src]

pub struct DeleteXssMatchSetRequest {
    pub change_token: String,
    pub xss_match_set_id: String,
}

A request to delete an XssMatchSet from AWS WAF.

Fields

The value returned by the most recent call to GetChangeToken.

The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

Trait Implementations

impl Default for DeleteXssMatchSetRequest
[src]

[src]

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

impl Debug for DeleteXssMatchSetRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteXssMatchSetRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations