AWSCognitoIdentityProviderNumberAttributeConstraintsType
Objective-C
@interface AWSCognitoIdentityProviderNumberAttributeConstraintsType
Swift
class AWSCognitoIdentityProviderNumberAttributeConstraintsType
The minimum and maximum values of an attribute that is of the number data type.
-
The maximum length of a number attribute value. Must be a number less than or equal to
2^1023
, represented as a string with a length of 131072 characters or fewer.Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable maxValue;
Swift
var maxValue: String? { get set }
-
The minimum value of an attribute that is of the number data type.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable minValue;
Swift
var minValue: String? { get set }