AWSEC2EventCode
Objective-C
NS_ENUM(NSInteger, AWSEC2EventCode) {
AWSEC2EventCodeUnknown,
AWSEC2EventCodeInstanceReboot,
AWSEC2EventCodeSystemReboot,
AWSEC2EventCodeSystemMaintenance,
AWSEC2EventCodeInstanceRetirement,
AWSEC2EventCodeInstanceStop,
}
Swift
enum AWSEC2EventCode : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2EventCodeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2EventCodeInstanceRebootSwift
case instanceReboot = 1 -
Undocumented
Declaration
Objective-C
AWSEC2EventCodeSystemRebootSwift
case systemReboot = 2 -
Undocumented
Declaration
Objective-C
AWSEC2EventCodeSystemMaintenanceSwift
case systemMaintenance = 3 -
Undocumented
Declaration
Objective-C
AWSEC2EventCodeInstanceRetirementSwift
case instanceRetirement = 4 -
Undocumented
Declaration
Objective-C
AWSEC2EventCodeInstanceStopSwift
case instanceStop = 5
View on GitHub
Install in Dash
AWSEC2EventCode Enumeration Reference