Class: Aws::LookoutEquipment::Types::InsufficientSensorData
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::InsufficientSensorData
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Entity that comprises aggregated information on sensors having insufficient data.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#missing_complete_sensor_data ⇒ Types::MissingCompleteSensorData
Parameter that describes the total number of sensors that have data completely missing for it.
-
#sensors_with_short_date_range ⇒ Types::SensorsWithShortDateRange
Parameter that describes the total number of sensors that have a short date range of less than 14 days of data overall.
Instance Attribute Details
#missing_complete_sensor_data ⇒ Types::MissingCompleteSensorData
Parameter that describes the total number of sensors that have data completely missing for it.
2607 2608 2609 2610 2611 2612 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2607 class InsufficientSensorData < Struct.new( :missing_complete_sensor_data, :sensors_with_short_date_range) SENSITIVE = [] include Aws::Structure end |
#sensors_with_short_date_range ⇒ Types::SensorsWithShortDateRange
Parameter that describes the total number of sensors that have a short date range of less than 14 days of data overall.
2607 2608 2609 2610 2611 2612 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 2607 class InsufficientSensorData < Struct.new( :missing_complete_sensor_data, :sensors_with_short_date_range) SENSITIVE = [] include Aws::Structure end |