AWSEC2InstanceInterruptionBehavior
Objective-C
NS_ENUM(NSInteger, AWSEC2InstanceInterruptionBehavior) {
AWSEC2InstanceInterruptionBehaviorUnknown,
AWSEC2InstanceInterruptionBehaviorHibernate,
AWSEC2InstanceInterruptionBehaviorStop,
AWSEC2InstanceInterruptionBehaviorTerminate,
}
Swift
enum AWSEC2InstanceInterruptionBehavior : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2InstanceInterruptionBehaviorUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2InstanceInterruptionBehaviorHibernate
Swift
case hibernate = 1
-
Undocumented
Declaration
Objective-C
AWSEC2InstanceInterruptionBehaviorStop
Swift
case stop = 2
-
Undocumented
Declaration
Objective-C
AWSEC2InstanceInterruptionBehaviorTerminate
Swift
case terminate = 3