AWSIoTViolationEventType
Objective-C
NS_ENUM(NSInteger, AWSIoTViolationEventType) {
AWSIoTViolationEventTypeUnknown,
AWSIoTViolationEventTypeInAlarm,
AWSIoTViolationEventTypeAlarmCleared,
AWSIoTViolationEventTypeAlarmInvalidated,
}
Swift
enum AWSIoTViolationEventType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSIoTViolationEventTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSIoTViolationEventTypeInAlarmSwift
case inAlarm = 1 -
Undocumented
Declaration
Objective-C
AWSIoTViolationEventTypeAlarmClearedSwift
case alarmCleared = 2 -
Undocumented
Declaration
Objective-C
AWSIoTViolationEventTypeAlarmInvalidatedSwift
case alarmInvalidated = 3
View on GitHub
Install in Dash
AWSIoTViolationEventType Enumeration Reference