Struct rusoto_waf_regional::CreateSizeConstraintSetRequest[][src]

pub struct CreateSizeConstraintSetRequest {
    pub change_token: String,
    pub name: String,
}

Fields

The value returned by the most recent call to GetChangeToken.

A friendly name or description of the SizeConstraintSet. You can't change Name after you create a SizeConstraintSet.

Trait Implementations

impl Default for CreateSizeConstraintSetRequest
[src]

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

impl Debug for CreateSizeConstraintSetRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateSizeConstraintSetRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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