Struct rusoto_cognito_idp::NumberAttributeConstraintsType [] [src]

pub struct NumberAttributeConstraintsType {
    pub max_value: Option<String>,
    pub min_value: Option<String>,
}

The minimum and maximum value of an attribute that is of the number data type.

Fields

The maximum value of an attribute that is of the number data type.

The minimum value of an attribute that is of the number data type.

Trait Implementations

impl Default for NumberAttributeConstraintsType
[src]

[src]

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

impl Debug for NumberAttributeConstraintsType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for NumberAttributeConstraintsType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations