Class: Aws::ChimeSDKMediaPipelines::Types::RealTimeAlertConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMediaPipelines::Types::RealTimeAlertConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmediapipelines/types.rb
Overview
A structure that contains the configuration settings for real-time alerts.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#disabled ⇒ Boolean
Turns off real-time alerts.
-
#rules ⇒ Array<Types::RealTimeAlertRule>
The rules in the alert.
Instance Attribute Details
#disabled ⇒ Boolean
Turns off real-time alerts.
2754 2755 2756 2757 2758 2759 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2754 class RealTimeAlertConfiguration < Struct.new( :disabled, :rules) SENSITIVE = [] include Aws::Structure end |
#rules ⇒ Array<Types::RealTimeAlertRule>
The rules in the alert. Rules specify the words or phrases that you want to be notified about.
2754 2755 2756 2757 2758 2759 |
# File 'lib/aws-sdk-chimesdkmediapipelines/types.rb', line 2754 class RealTimeAlertConfiguration < Struct.new( :disabled, :rules) SENSITIVE = [] include Aws::Structure end |