Class StringAttributeConstraintsType

java.lang.Object
software.amazon.awssdk.services.cognitoidentityprovider.model.StringAttributeConstraintsType
All Implemented Interfaces:
Serializable, SdkPojo, ToCopyableBuilder<StringAttributeConstraintsType.Builder,StringAttributeConstraintsType>

@Generated("software.amazon.awssdk:codegen") public final class StringAttributeConstraintsType extends Object implements SdkPojo, Serializable, ToCopyableBuilder<StringAttributeConstraintsType.Builder,StringAttributeConstraintsType>

The minimum and maximum length values of an attribute that is of the string type, for example custom:department.

See Also: