Struct rusoto_waf::GetSizeConstraintSetRequest [] [src]

pub struct GetSizeConstraintSetRequest {
    pub size_constraint_set_id: String,
}

Fields

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

Trait Implementations

impl Default for GetSizeConstraintSetRequest
[src]

[src]

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

impl Debug for GetSizeConstraintSetRequest
[src]

[src]

Formats the value using the given formatter.

impl Clone for GetSizeConstraintSetRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more