| 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.DuplicateTimestamps
Description
Documentation
data DuplicateTimestamps Source #
Entity that comprises information abount duplicate timestamps in the dataset.
See: newDuplicateTimestamps smart constructor.
Constructors
| DuplicateTimestamps' | |
Fields
| |
Instances
newDuplicateTimestamps Source #
Create a value of DuplicateTimestamps 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:totalNumberOfDuplicateTimestamps:DuplicateTimestamps', duplicateTimestamps_totalNumberOfDuplicateTimestamps - Indicates the total number of duplicate timestamps.
duplicateTimestamps_totalNumberOfDuplicateTimestamps :: Lens' DuplicateTimestamps Int Source #
Indicates the total number of duplicate timestamps.