Class: Aws::LookoutEquipment::Types::MissingCompleteSensorData
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LookoutEquipment::Types::MissingCompleteSensorData
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lookoutequipment/types.rb
 
Overview
Entity that comprises information on sensors that have sensor data completely missing.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #affected_sensor_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the number of sensors that have data missing completely.
 
Instance Attribute Details
#affected_sensor_count ⇒ Integer
Indicates the number of sensors that have data missing completely.
      3459 3460 3461 3462 3463  | 
    
      # File 'lib/aws-sdk-lookoutequipment/types.rb', line 3459 class MissingCompleteSensorData < Struct.new( :affected_sensor_count) SENSITIVE = [] include Aws::Structure end  |