Struct rusoto_waf::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]

[src]

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

impl Debug for GetXssMatchSetRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetXssMatchSetRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more