AWSEC2KeyFormat
Objective-C
NS_ENUM(NSInteger, AWSEC2KeyFormat) {
AWSEC2KeyFormatUnknown,
AWSEC2KeyFormatPem,
AWSEC2KeyFormatPpk,
}
Swift
enum AWSEC2KeyFormat : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2KeyFormatUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2KeyFormatPemSwift
case pem = 1 -
Undocumented
Declaration
Objective-C
AWSEC2KeyFormatPpkSwift
case ppk = 2
View on GitHub
Install in Dash
AWSEC2KeyFormat Enumeration Reference