Class: Aws::MediaConnect::Types::SilentAudio

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#stateString

Indicates whether the SilentAudio metric is enabled or disabled.

Returns:

  • (String)


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_secondsInteger

Specifies the number of consecutive seconds of silence that triggers an event or alert.

Returns:

  • (Integer)


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