AWSEC2ExportEnvironment
Objective-C
NS_ENUM(NSInteger, AWSEC2ExportEnvironment) {
AWSEC2ExportEnvironmentUnknown,
AWSEC2ExportEnvironmentCitrix,
AWSEC2ExportEnvironmentVMware,
AWSEC2ExportEnvironmentMicrosoft,
}
Swift
enum AWSEC2ExportEnvironment : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2ExportEnvironmentUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2ExportEnvironmentCitrixSwift
case citrix = 1 -
Undocumented
Declaration
Objective-C
AWSEC2ExportEnvironmentVMwareSwift
case vMware = 2 -
Undocumented
Declaration
Objective-C
AWSEC2ExportEnvironmentMicrosoftSwift
case microsoft = 3
View on GitHub
Install in Dash
AWSEC2ExportEnvironment Enumeration Reference