Struct rusoto_waf::UpdateXssMatchSetRequest [] [src]

pub struct UpdateXssMatchSetRequest {
    pub change_token: String,
    pub updates: Vec<XssMatchSetUpdate>,
    pub xss_match_set_id: String,
}

A request to update an XssMatchSet.

Fields

The value returned by the most recent call to GetChangeToken.

An array of XssMatchSetUpdate objects that you want to insert into or delete from a XssMatchSet. For more information, see the applicable data types:

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

Trait Implementations

impl Default for UpdateXssMatchSetRequest
[src]

[src]

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

impl Debug for UpdateXssMatchSetRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateXssMatchSetRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more