toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
chimesdkmediapipelines
/
aws.sdk.kotlin.services.chimesdkmediapipelines.model
/
RealTimeAlertRuleType
Real
Time
Alert
Rule
Type
sealed
class
RealTimeAlertRuleType
Inheritors
IssueDetection
KeywordMatch
Sentiment
SdkUnknown
Members
Types
Companion
Link copied to clipboard
object
Companion
Issue
Detection
Link copied to clipboard
object
IssueDetection
:
RealTimeAlertRuleType
Keyword
Match
Link copied to clipboard
object
KeywordMatch
:
RealTimeAlertRuleType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
RealTimeAlertRuleType
Sentiment
Link copied to clipboard
object
Sentiment
:
RealTimeAlertRuleType
Properties
value
Link copied to clipboard
abstract
val
value
:
String