Class: Aws::MediaConnect::Types::SilentAudio
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::SilentAudio
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Configures settings for the SilentAudio metric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
Indicates whether the SilentAudio metric is enabled or disabled.
-
#threshold_seconds ⇒ Integer
Specifies the number of consecutive seconds of silence that triggers an event or alert.
Instance Attribute Details
#state ⇒ String
Indicates whether the SilentAudio metric is enabled or disabled.
3964 3965 3966 3967 3968 3969 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3964 class SilentAudio < Struct.new( :state, :threshold_seconds) SENSITIVE = [] include Aws::Structure end |
#threshold_seconds ⇒ Integer
Specifies the number of consecutive seconds of silence that triggers an event or alert.
3964 3965 3966 3967 3968 3969 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 3964 class SilentAudio < Struct.new( :state, :threshold_seconds) SENSITIVE = [] include Aws::Structure end |