class Aws::CognitoIdentityProvider::Types::NumberAttributeConstraintsType

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

@note When making an API call, you may pass NumberAttributeConstraintsType

data as a hash:

    {
      min_value: "StringType",
      max_value: "StringType",
    }

@!attribute [rw] min_value

The minimum value of an attribute that is of the number data type.
@return [String]

@!attribute [rw] max_value

The maximum value of an attribute that is of the number data type.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/cognito-idp-2016-04-18/NumberAttributeConstraintsType AWS API Documentation

Constants

SENSITIVE