| 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.MissingCompleteSensorData
Description
Documentation
data MissingCompleteSensorData Source #
Entity that comprises information on sensors that have sensor data completely missing.
See: newMissingCompleteSensorData smart constructor.
Constructors
| MissingCompleteSensorData' | |
Fields
| |
Instances
newMissingCompleteSensorData Source #
Create a value of MissingCompleteSensorData 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:MissingCompleteSensorData', missingCompleteSensorData_affectedSensorCount - Indicates the number of sensors that have data missing completely.
missingCompleteSensorData_affectedSensorCount :: Lens' MissingCompleteSensorData Int Source #
Indicates the number of sensors that have data missing completely.