AWSEC2ExportEnvironment
Objective-C
NS_ENUM(NSInteger, AWSEC2ExportEnvironment) {
AWSEC2ExportEnvironmentUnknown,
AWSEC2ExportEnvironmentCitrix,
AWSEC2ExportEnvironmentVMware,
AWSEC2ExportEnvironmentMicrosoft,
}
Swift
enum AWSEC2ExportEnvironment : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2ExportEnvironmentUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2ExportEnvironmentCitrix
Swift
case citrix = 1
-
Undocumented
Declaration
Objective-C
AWSEC2ExportEnvironmentVMware
Swift
case vMware = 2
-
Undocumented
Declaration
Objective-C
AWSEC2ExportEnvironmentMicrosoft
Swift
case microsoft = 3