Class: Aws::MediaConnect::Types::BlackFrames

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mediaconnect/types.rb

Overview

Configures settings for the BlackFrames metric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#stateString

Indicates whether the BlackFrames metric is enabled or disabled.

Returns:

  • (String)


644
645
646
647
648
649
# File 'lib/aws-sdk-mediaconnect/types.rb', line 644

class BlackFrames < Struct.new(
  :state,
  :threshold_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#threshold_secondsInteger

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

Returns:

  • (Integer)


644
645
646
647
648
649
# File 'lib/aws-sdk-mediaconnect/types.rb', line 644

class BlackFrames < Struct.new(
  :state,
  :threshold_seconds)
  SENSITIVE = []
  include Aws::Structure
end