UserPoolStringAttributeConstraints

data class UserPoolStringAttributeConstraints(val maxLength: String? = null, val minLength: String? = null)

Constructors

Link copied to clipboard
fun UserPoolStringAttributeConstraints(maxLength: String? = null, minLength: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxLength: String? = null
Link copied to clipboard
val minLength: String? = null