| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LookoutEquipment.Types.MissingSensorData
Description
Documentation
data MissingSensorData Source #
Entity that comprises aggregated information on sensors having missing data.
See: newMissingSensorData smart constructor.
Constructors
| MissingSensorData' | |
Fields
| |
Instances
Arguments
| :: Int | |
| -> Int | |
| -> MissingSensorData |
Create a value of MissingSensorData with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:affectedSensorCount:MissingSensorData', missingSensorData_affectedSensorCount - Indicates the number of sensors that have atleast some data missing.
$sel:totalNumberOfMissingValues:MissingSensorData', missingSensorData_totalNumberOfMissingValues - Indicates the total number of missing values across all the sensors.
missingSensorData_affectedSensorCount :: Lens' MissingSensorData Int Source #
Indicates the number of sensors that have atleast some data missing.
missingSensorData_totalNumberOfMissingValues :: Lens' MissingSensorData Int Source #
Indicates the total number of missing values across all the sensors.