UserPoolNumberAttributeConstraints

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxValue: String? = null
Link copied to clipboard
val minValue: String? = null