UserPoolSchemaNumberAttributeConstraints

data class UserPoolSchemaNumberAttributeConstraints(val maxValue: String? = null, val minValue: String? = null)

Constructors

Link copied to clipboard
constructor(maxValue: String? = null, minValue: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxValue: String? = null

Maximum value of an attribute that is of the number data type.

Link copied to clipboard
val minValue: String? = null

Minimum value of an attribute that is of the number data type.