Class: Aws::LookoutEquipment::Types::MissingSensorData
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::MissingSensorData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Entity that comprises aggregated information on sensors having missing data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#affected_sensor_count ⇒ Integer
Indicates the number of sensors that have atleast some data missing.
-
#total_number_of_missing_values ⇒ Integer
Indicates the total number of missing values across all the sensors.
Instance Attribute Details
#affected_sensor_count ⇒ Integer
Indicates the number of sensors that have atleast some data missing.
3478 3479 3480 3481 3482 3483 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3478 class MissingSensorData < Struct.new( :affected_sensor_count, :total_number_of_missing_values) SENSITIVE = [] include Aws::Structure end |
#total_number_of_missing_values ⇒ Integer
Indicates the total number of missing values across all the sensors.
3478 3479 3480 3481 3482 3483 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3478 class MissingSensorData < Struct.new( :affected_sensor_count, :total_number_of_missing_values) SENSITIVE = [] include Aws::Structure end |