Struct rusoto_waf::XssMatchSetSummary [] [src]

pub struct XssMatchSetSummary {
    pub name: String,
    pub xss_match_set_id: String,
}

The Id and Name of an XssMatchSet.

Fields

The name of the XssMatchSet, if any, specified by Id.

A unique identifier for an XssMatchSet. You use XssMatchSetId to get information about a XssMatchSet (see GetXssMatchSet), update an XssMatchSet (see UpdateXssMatchSet), insert an XssMatchSet into a Rule or delete one from a Rule (see UpdateRule), and delete an XssMatchSet from AWS WAF (see DeleteXssMatchSet).

XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

Trait Implementations

impl Default for XssMatchSetSummary
[src]

[src]

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

impl Debug for XssMatchSetSummary
[src]

[src]

Formats the value using the given formatter.

impl Clone for XssMatchSetSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more