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 value of an attribute that is of the number data type.

    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 }