AWSEC2KeyFormat
Objective-C
NS_ENUM(NSInteger, AWSEC2KeyFormat) {
AWSEC2KeyFormatUnknown,
AWSEC2KeyFormatPem,
AWSEC2KeyFormatPpk,
}
Swift
enum AWSEC2KeyFormat : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2KeyFormatUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2KeyFormatPem
Swift
case pem = 1
-
Undocumented
Declaration
Objective-C
AWSEC2KeyFormatPpk
Swift
case ppk = 2