Struct rusoto_waf_regional::ListSizeConstraintSetsResponse [] [src]

pub struct ListSizeConstraintSetsResponse {
    pub next_marker: Option<String>,
    pub size_constraint_sets: Option<Vec<SizeConstraintSetSummary>>,
}

Fields

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

An array of SizeConstraintSetSummary objects.

Trait Implementations

impl Default for ListSizeConstraintSetsResponse
[src]

[src]

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

impl Debug for ListSizeConstraintSetsResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for ListSizeConstraintSetsResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more