Class: Aws::MediaConnect::Types::BlackFrames
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::BlackFrames
- 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
-
#state ⇒ String
Indicates whether the BlackFrames metric is enabled or disabled.
-
#threshold_seconds ⇒ Integer
Specifies the number of consecutive seconds of black frames that triggers an event or alert.
Instance Attribute Details
#state ⇒ String
Indicates whether the BlackFrames metric is enabled or disabled.
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_seconds ⇒ Integer
Specifies the number of consecutive seconds of black frames that triggers an event or alert.
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 |