AWSKMSKeyManagerType
Objective-C
NS_ENUM(NSInteger, AWSKMSKeyManagerType) {
AWSKMSKeyManagerTypeUnknown,
AWSKMSKeyManagerTypeAws,
AWSKMSKeyManagerTypeCustomer,
}
Swift
enum AWSKMSKeyManagerType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSKMSKeyManagerTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSKMSKeyManagerTypeAws
Swift
case aws = 1
-
Undocumented
Declaration
Objective-C
AWSKMSKeyManagerTypeCustomer
Swift
case customer = 2