AWSKMSKeyManagerType

Objective-C

NS_ENUM(NSInteger, AWSKMSKeyManagerType) {
    AWSKMSKeyManagerTypeUnknown,
    AWSKMSKeyManagerTypeAws,
    AWSKMSKeyManagerTypeCustomer,
}

Swift

enum AWSKMSKeyManagerType : Int, @unchecked Sendable

Undocumented