| 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.InvalidSensorData
Description
Documentation
data InvalidSensorData Source #
Entity that comprises aggregated information on sensors having insufficient data.
See: newInvalidSensorData smart constructor.
Constructors
| InvalidSensorData' | |
Fields
| |
Instances
Arguments
| :: Int | |
| -> Int | |
| -> InvalidSensorData |
Create a value of InvalidSensorData 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:InvalidSensorData', invalidSensorData_affectedSensorCount - Indicates the number of sensors that have at least some invalid values.
$sel:totalNumberOfInvalidValues:InvalidSensorData', invalidSensorData_totalNumberOfInvalidValues - Indicates the total number of invalid values across all the sensors.
invalidSensorData_affectedSensorCount :: Lens' InvalidSensorData Int Source #
Indicates the number of sensors that have at least some invalid values.
invalidSensorData_totalNumberOfInvalidValues :: Lens' InvalidSensorData Int Source #
Indicates the total number of invalid values across all the sensors.