AWSEC2ConnectionNotificationState
Objective-C
NS_ENUM(NSInteger, AWSEC2ConnectionNotificationState) {
AWSEC2ConnectionNotificationStateUnknown,
AWSEC2ConnectionNotificationStateEnabled,
AWSEC2ConnectionNotificationStateDisabled,
}
Swift
enum AWSEC2ConnectionNotificationState : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2ConnectionNotificationStateUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2ConnectionNotificationStateEnabled
Swift
case enabled = 1
-
Undocumented
Declaration
Objective-C
AWSEC2ConnectionNotificationStateDisabled
Swift
case disabled = 2