Struct rusoto_waf::SizeConstraintSetSummary [] [src]

pub struct SizeConstraintSetSummary {
    pub name: String,
    pub size_constraint_set_id: String,
}

The Id and Name of a SizeConstraintSet.

Fields

The name of the SizeConstraintSet, if any.

A unique identifier for a SizeConstraintSet. You use SizeConstraintSetId to get information about a SizeConstraintSet (see GetSizeConstraintSet), update a SizeConstraintSet (see UpdateSizeConstraintSet), insert a SizeConstraintSet into a Rule or delete one from a Rule (see UpdateRule), and delete a SizeConstraintSet from AWS WAF (see DeleteSizeConstraintSet).

SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

Trait Implementations

impl Default for SizeConstraintSetSummary
[src]

[src]

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

impl Debug for SizeConstraintSetSummary
[src]

[src]

Formats the value using the given formatter.

impl Clone for SizeConstraintSetSummary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more