Struct rusoto_waf::ListXssMatchSetsResponse [] [src]

pub struct ListXssMatchSetsResponse {
    pub next_marker: Option<String>,
    pub xss_match_sets: Option<Vec<XssMatchSetSummary>>,
}

The response to a ListXssMatchSets request.

Fields

If you have more XssMatchSet objects than the number that you specified for Limit in the request, the response includes a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker value in the next request.

An array of XssMatchSetSummary objects.

Trait Implementations

impl Default for ListXssMatchSetsResponse
[src]

[src]

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

impl Debug for ListXssMatchSetsResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListXssMatchSetsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more