Struct cfn::aws::wafregional::SizeConstraintSetProperties [] [src]

pub struct SizeConstraintSetProperties {
    pub name: Value<String>,
    pub size_constraints: Option<ValueList<SizeConstraint>>,
}

Properties for the SizeConstraintSet resource.

Fields

Property Name.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Property SizeConstraints.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for SizeConstraintSetProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for SizeConstraintSetProperties
[src]

[src]

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

impl Serialize for SizeConstraintSetProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for SizeConstraintSetProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<SizeConstraintSetProperties> for SizeConstraintSet
[src]

[src]

Performs the conversion.

Auto Trait Implementations