Class: Aws::MediaConnect::Types::FrozenFrames
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConnect::Types::FrozenFrames
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mediaconnect/types.rb
Overview
Configures settings for the FrozenFrames metric.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state ⇒ String
Indicates whether the FrozenFrames metric is enabled or disabled.
-
#threshold_seconds ⇒ Integer
Specifies the number of consecutive seconds of a static image that triggers an event or alert.
Instance Attribute Details
#state ⇒ String
Indicates whether the FrozenFrames metric is enabled or disabled.
2000 2001 2002 2003 2004 2005 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2000 class FrozenFrames < Struct.new( :state, :threshold_seconds) SENSITIVE = [] include Aws::Structure end |
#threshold_seconds ⇒ Integer
Specifies the number of consecutive seconds of a static image that triggers an event or alert.
2000 2001 2002 2003 2004 2005 |
# File 'lib/aws-sdk-mediaconnect/types.rb', line 2000 class FrozenFrames < Struct.new( :state, :threshold_seconds) SENSITIVE = [] include Aws::Structure end |