AWSEC2ConnectionNotificationState
Objective-C
NS_ENUM(NSInteger, AWSEC2ConnectionNotificationState) {
AWSEC2ConnectionNotificationStateUnknown,
AWSEC2ConnectionNotificationStateEnabled,
AWSEC2ConnectionNotificationStateDisabled,
}
Swift
enum AWSEC2ConnectionNotificationState : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2ConnectionNotificationStateUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2ConnectionNotificationStateEnabledSwift
case enabled = 1 -
Undocumented
Declaration
Objective-C
AWSEC2ConnectionNotificationStateDisabledSwift
case disabled = 2
View on GitHub
Install in Dash
AWSEC2ConnectionNotificationState Enumeration Reference