AWSKMSKeyManagerType
Objective-C
NS_ENUM(NSInteger, AWSKMSKeyManagerType) {
AWSKMSKeyManagerTypeUnknown,
AWSKMSKeyManagerTypeAws,
AWSKMSKeyManagerTypeCustomer,
}
Swift
enum AWSKMSKeyManagerType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSKMSKeyManagerTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSKMSKeyManagerTypeAwsSwift
case aws = 1 -
Undocumented
Declaration
Objective-C
AWSKMSKeyManagerTypeCustomerSwift
case customer = 2
View on GitHub
Install in Dash
AWSKMSKeyManagerType Enumeration Reference