Struct rusoto_cognito_idp::StringAttributeConstraintsType [] [src]

pub struct StringAttributeConstraintsType {
    pub max_length: Option<String>,
    pub min_length: Option<String>,
}

The type of constraints associated with an attribute of the string type.

Fields

The maximum length of an attribute value of the string type.

The minimum length of an attribute value of the string type.

Trait Implementations

impl Default for StringAttributeConstraintsType
[src]

[src]

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

impl Debug for StringAttributeConstraintsType
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for StringAttributeConstraintsType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations