AWSCognitoIdentityProviderDeletionProtectionType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderDeletionProtectionType) {
AWSCognitoIdentityProviderDeletionProtectionTypeUnknown,
AWSCognitoIdentityProviderDeletionProtectionTypeActive,
AWSCognitoIdentityProviderDeletionProtectionTypeInactive,
}
Swift
enum AWSCognitoIdentityProviderDeletionProtectionType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderDeletionProtectionTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderDeletionProtectionTypeActive
Swift
case active = 1
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderDeletionProtectionTypeInactive
Swift
case inactive = 2