User Pool Schema
data class UserPoolSchema(val attributeDataType: String, val developerOnlyAttribute: Boolean? = null, val mutable: Boolean? = null, val name: String, val numberAttributeConstraints: UserPoolSchemaNumberAttributeConstraints? = null, val required: Boolean? = null, val stringAttributeConstraints: UserPoolSchemaStringAttributeConstraints? = null)
Constructors
Link copied to clipboard
fun UserPoolSchema(attributeDataType: String, developerOnlyAttribute: Boolean? = null, mutable: Boolean? = null, name: String, numberAttributeConstraints: UserPoolSchemaNumberAttributeConstraints? = null, required: Boolean? = null, stringAttributeConstraints: UserPoolSchemaStringAttributeConstraints? = null)