AWSEC2ConnectionNotificationType

Objective-C

NS_ENUM(NSInteger, AWSEC2ConnectionNotificationType) {
    AWSEC2ConnectionNotificationTypeUnknown,
    AWSEC2ConnectionNotificationTypeTopic,
}

Swift

enum AWSEC2ConnectionNotificationType : Int, @unchecked Sendable

Undocumented