Struct rusoto_waf_regional::GetXssMatchSetRequest[][src]

pub struct GetXssMatchSetRequest {
    pub xss_match_set_id: String,
}

A request to get an XssMatchSet.

Fields

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

Trait Implementations

impl Default for GetXssMatchSetRequest
[src]

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

impl Debug for GetXssMatchSetRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for GetXssMatchSetRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetXssMatchSetRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations