AWSEC2EventType
Objective-C
NS_ENUM(NSInteger, AWSEC2EventType) {
AWSEC2EventTypeUnknown,
AWSEC2EventTypeInstanceChange,
AWSEC2EventTypeFleetRequestChange,
AWSEC2EventTypeError,
AWSEC2EventTypeInformation,
}
Swift
enum AWSEC2EventType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2EventTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2EventTypeInstanceChangeSwift
case instanceChange = 1 -
Undocumented
Declaration
Objective-C
AWSEC2EventTypeFleetRequestChangeSwift
case fleetRequestChange = 2 -
Undocumented
Declaration
Objective-C
AWSEC2EventTypeErrorSwift
case error = 3 -
Undocumented
Declaration
Objective-C
AWSEC2EventTypeInformationSwift
case information = 4
View on GitHub
Install in Dash
AWSEC2EventType Enumeration Reference