AWSEC2ConnectionNotificationType
Objective-C
NS_ENUM(NSInteger, AWSEC2ConnectionNotificationType) {
AWSEC2ConnectionNotificationTypeUnknown,
AWSEC2ConnectionNotificationTypeTopic,
}
Swift
enum AWSEC2ConnectionNotificationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2ConnectionNotificationTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSEC2ConnectionNotificationTypeTopic
Swift
case topic = 1