Struct rusoto_waf::ListByteMatchSetsResponse [] [src]

pub struct ListByteMatchSetsResponse {
    pub byte_match_sets: Option<Vec<ByteMatchSetSummary>>,
    pub next_marker: Option<String>,
}

Fields

An array of ByteMatchSetSummary objects.

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

Trait Implementations

impl Default for ListByteMatchSetsResponse
[src]

[src]

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

impl Debug for ListByteMatchSetsResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ListByteMatchSetsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations