Struct rusoto_waf::CreateSizeConstraintSetResponse [] [src]

pub struct CreateSizeConstraintSetResponse {
    pub change_token: Option<String>,
    pub size_constraint_set: Option<SizeConstraintSet>,
}

Fields

The ChangeToken that you used to submit the CreateSizeConstraintSet request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.

A SizeConstraintSet that contains no SizeConstraint objects.

Trait Implementations

impl Default for CreateSizeConstraintSetResponse
[src]

[src]

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

impl Debug for CreateSizeConstraintSetResponse
[src]

[src]

Formats the value using the given formatter.

impl Clone for CreateSizeConstraintSetResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more