AWSEC2EkPubKeyFormat

Objective-C

NS_ENUM(NSInteger, AWSEC2EkPubKeyFormat) {
    AWSEC2EkPubKeyFormatUnknown,
    AWSEC2EkPubKeyFormatDer,
    AWSEC2EkPubKeyFormatTpmt,
}

Swift

enum AWSEC2EkPubKeyFormat : Int, @unchecked Sendable

Undocumented