AWSSESIdentityType
Objective-C
NS_ENUM(NSInteger, AWSSESIdentityType) {
AWSSESIdentityTypeUnknown,
AWSSESIdentityTypeEmailAddress,
AWSSESIdentityTypeDomain,
}
Swift
enum AWSSESIdentityType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSSESIdentityTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSSESIdentityTypeEmailAddressSwift
case emailAddress = 1 -
Undocumented
Declaration
Objective-C
AWSSESIdentityTypeDomainSwift
case domain = 2
View on GitHub
Install in Dash
AWSSESIdentityType Enumeration Reference