Class: Aws::ChimeSDKMediaPipelines::Types::RealTimeAlertRule
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::RealTimeAlertRule
- Defined in:
- gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
Specifies the words or phrases that trigger an alert.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#issue_detection_configuration ⇒ Types::IssueDetectionConfiguration
Specifies the issue detection settings for a real-time alert rule.
-
#keyword_match_configuration ⇒ Types::KeywordMatchConfiguration
Specifies the settings for matching the keywords in a real-time alert rule.
-
#sentiment_configuration ⇒ Types::SentimentConfiguration
Specifies the settings for predicting sentiment in a real-time alert rule.
-
#type ⇒ String
The type of alert rule.
Instance Attribute Details
#issue_detection_configuration ⇒ Types::IssueDetectionConfiguration
Specifies the issue detection settings for a real-time alert rule.
2783 2784 2785 2786 2787 2788 2789 2790 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2783 class RealTimeAlertRule < Struct.new( :type, :keyword_match_configuration, :sentiment_configuration, :issue_detection_configuration) SENSITIVE = [] include Aws::Structure end |
#keyword_match_configuration ⇒ Types::KeywordMatchConfiguration
Specifies the settings for matching the keywords in a real-time alert rule.
2783 2784 2785 2786 2787 2788 2789 2790 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2783 class RealTimeAlertRule < Struct.new( :type, :keyword_match_configuration, :sentiment_configuration, :issue_detection_configuration) SENSITIVE = [] include Aws::Structure end |
#sentiment_configuration ⇒ Types::SentimentConfiguration
Specifies the settings for predicting sentiment in a real-time alert rule.
2783 2784 2785 2786 2787 2788 2789 2790 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2783 class RealTimeAlertRule < Struct.new( :type, :keyword_match_configuration, :sentiment_configuration, :issue_detection_configuration) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of alert rule.
2783 2784 2785 2786 2787 2788 2789 2790 |
# File 'gems/aws-sdk-chimesdkmediapipelines/lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2783 class RealTimeAlertRule < Struct.new( :type, :keyword_match_configuration, :sentiment_configuration, :issue_detection_configuration) SENSITIVE = [] include Aws::Structure end |