Class NumberAttributeConstraintsType

java.lang.Object
software.amazon.awssdk.services.cognitoidentityprovider.model.NumberAttributeConstraintsType
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<NumberAttributeConstraintsType.Builder,NumberAttributeConstraintsType>

@Generated("software.amazon.awssdk:codegen") public final class NumberAttributeConstraintsType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NumberAttributeConstraintsType.Builder,NumberAttributeConstraintsType>

The minimum and maximum values of an attribute that is of the number type, for example custom:age.

See Also: