Class: Aws::MediaLive::Types::InputLossFailoverSettings
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::MediaLive::Types::InputLossFailoverSettings
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-medialive/types.rb
 
Overview
MediaLive will perform a failover if content is not detected in this input for the specified period.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #input_loss_threshold_msec  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The amount of time (in milliseconds) that no input is detected.
 
Instance Attribute Details
#input_loss_threshold_msec ⇒ Integer
The amount of time (in milliseconds) that no input is detected. After that time, an input failover will occur.
      7332 7333 7334 7335 7336  | 
    
      # File 'lib/aws-sdk-medialive/types.rb', line 7332 class InputLossFailoverSettings < Struct.new( :input_loss_threshold_msec) SENSITIVE = [] include Aws::Structure end  |