AWSCognitoIdentityProviderEmailSendingAccountType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderEmailSendingAccountType) {
AWSCognitoIdentityProviderEmailSendingAccountTypeUnknown,
AWSCognitoIdentityProviderEmailSendingAccountTypeCognitoDefault,
AWSCognitoIdentityProviderEmailSendingAccountTypeDeveloper,
}
Swift
enum AWSCognitoIdentityProviderEmailSendingAccountType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderEmailSendingAccountTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderEmailSendingAccountTypeCognitoDefault
Swift
case cognitoDefault = 1
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderEmailSendingAccountTypeDeveloper
Swift
case developer = 2