GetUserPoolSchemaAttribute

data class GetUserPoolSchemaAttribute(val attributeDataType: String, val developerOnlyAttribute: Boolean, val mutable: Boolean, val name: String, val numberAttributeConstraints: List<GetUserPoolSchemaAttributeNumberAttributeConstraint>, val required: Boolean, val stringAttributeConstraints: List<GetUserPoolSchemaAttributeStringAttributeConstraint>)

Constructors

Link copied to clipboard
constructor(attributeDataType: String, developerOnlyAttribute: Boolean, mutable: Boolean, name: String, numberAttributeConstraints: List<GetUserPoolSchemaAttributeNumberAttributeConstraint>, required: Boolean, stringAttributeConstraints: List<GetUserPoolSchemaAttributeStringAttributeConstraint>)

Types

Link copied to clipboard
object Companion

Properties