Struct rusoto_waf::UpdateSizeConstraintSetRequest [] [src]

pub struct UpdateSizeConstraintSetRequest {
    pub change_token: String,
    pub size_constraint_set_id: String,
    pub updates: Vec<SizeConstraintSetUpdate>,
}

Fields

The value returned by the most recent call to GetChangeToken.

The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

An array of SizeConstraintSetUpdate objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:

Trait Implementations

impl Default for UpdateSizeConstraintSetRequest
[src]

[src]

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

impl Debug for UpdateSizeConstraintSetRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for UpdateSizeConstraintSetRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more