Class: Aws::MediaConnect::Types::FrozenFrames

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

Instance Attribute Details

#stateString

Indicates whether the FrozenFrames metric is enabled or disabled.

Returns:

  • (String)


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_secondsInteger

Specifies the number of consecutive seconds of a static image that triggers an event or alert.

Returns:

  • (Integer)


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