AWSEC2EventType
Objective-C
NS_ENUM(NSInteger, AWSEC2EventType) {
AWSEC2EventTypeUnknown,
AWSEC2EventTypeInstanceChange,
AWSEC2EventTypeFleetRequestChange,
AWSEC2EventTypeError,
AWSEC2EventTypeInformation,
}
Swift
enum AWSEC2EventType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2EventTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2EventTypeInstanceChange
Swift
case instanceChange = 1
-
Undocumented
Declaration
Objective-C
AWSEC2EventTypeFleetRequestChange
Swift
case fleetRequestChange = 2
-
Undocumented
Declaration
Objective-C
AWSEC2EventTypeError
Swift
case error = 3
-
Undocumented
Declaration
Objective-C
AWSEC2EventTypeInformation
Swift
case information = 4