AWSEC2ConnectionNotificationType
Objective-C
NS_ENUM(NSInteger, AWSEC2ConnectionNotificationType) {
AWSEC2ConnectionNotificationTypeUnknown,
AWSEC2ConnectionNotificationTypeTopic,
}
Swift
enum AWSEC2ConnectionNotificationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSEC2ConnectionNotificationTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSEC2ConnectionNotificationTypeTopicSwift
case topic = 1
View on GitHub
Install in Dash
AWSEC2ConnectionNotificationType Enumeration Reference