TCognitoIdentityProviderNumberAttributeConstraintsType
Class in AWS.CognitoIdentityProvider
NumberAttributeConstraintsType class.
Ancestors
Properties
MaxValue
property MaxValue: string
MinValue
property MinValue: string
Methods
ForMaxValue
class function ForMaxValue( const AMaxValue: string): TCognitoIdentityProviderNumberAttributeConstraintsType; static;
TCognitoIdentityProviderNumberAttributeConstraintsType
Construct a TCognitoIdentityProviderNumberAttributeConstraintsType instance with MaxValue set.
Parameters
| Name | Description |
|---|---|
AMaxValue | Specify the maximum value of an attribute that is of the number data type. |
Returns
A TCognitoIdentityProviderNumberAttributeConstraintsType instance with MaxValue set.
ForMinValue
class function ForMinValue( const AMinValue: string): TCognitoIdentityProviderNumberAttributeConstraintsType; static;
TCognitoIdentityProviderNumberAttributeConstraintsType
Construct a TCognitoIdentityProviderNumberAttributeConstraintsType instance with MinValue set.
Parameters
| Name | Description |
|---|---|
AMinValue | Specify the minimum value of an attribute that is of the number data type. |
Returns
A TCognitoIdentityProviderNumberAttributeConstraintsType instance with MinValue set.
ForRange
class function ForRange( const AMinValue, AMaxValue: string): TCognitoIdentityProviderNumberAttributeConstraintsType; static;
TCognitoIdentityProviderNumberAttributeConstraintsType
Construct a TCognitoIdentityProviderNumberAttributeConstraintsType instance with both MaxValue and MinValue set.
Parameters
| Name | Description |
|---|---|
AMinValue | Specify the minimum value of an attribute that is of the number data type. |
AMaxValue | Specify the maximum value of an attribute that is of the number data type. |
Returns
A TCognitoIdentityProviderNumberAttributeConstraintsType instance with both MaxValue and MinValue set.