Struct rusoto_waf::GetXssMatchSetResponse [] [src]

pub struct GetXssMatchSetResponse {
    pub xss_match_set: Option<XssMatchSet>,
}

The response to a GetXssMatchSet request.

Fields

Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more information, see the following topics:

  • XssMatchSet: Contains Name, XssMatchSetId, and an array of XssMatchTuple objects

  • XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and TextTransformation

  • FieldToMatch: Contains Data and Type

Trait Implementations

impl Default for GetXssMatchSetResponse
[src]

[src]

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

impl Debug for GetXssMatchSetResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetXssMatchSetResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more