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

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

impl Debug for GetXssMatchSetResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for GetXssMatchSetResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetXssMatchSetResponse
[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