AWS SDK for Kotlin
Toggle table of contents
1.5.0
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
iot
/
aws.sdk.kotlin.services.iot.model
/
ViolationEventType
Violation
Event
Type
sealed
class
ViolationEventType
Inheritors
AlarmCleared
AlarmInvalidated
InAlarm
SdkUnknown
Members
Types
Alarm
Cleared
Link copied to clipboard
object
AlarmCleared
:
ViolationEventType
Alarm
Invalidated
Link copied to clipboard
object
AlarmInvalidated
:
ViolationEventType
Companion
Link copied to clipboard
object
Companion
In
Alarm
Link copied to clipboard
object
InAlarm
:
ViolationEventType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
ViolationEventType
Properties
value
Link copied to clipboard
abstract
val
value
:
String