| 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.IoT.Types.AssetPropertyTimestamp
Description
Documentation
data AssetPropertyTimestamp Source #
An asset property timestamp entry containing the following information.
See: newAssetPropertyTimestamp smart constructor.
Constructors
| AssetPropertyTimestamp' | |
Fields
| |
Instances
newAssetPropertyTimestamp Source #
Create a value of AssetPropertyTimestamp 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:offsetInNanos:AssetPropertyTimestamp', assetPropertyTimestamp_offsetInNanos - Optional. A string that contains the nanosecond time offset. Accepts
substitution templates.
$sel:timeInSeconds:AssetPropertyTimestamp', assetPropertyTimestamp_timeInSeconds - A string that contains the time in seconds since epoch. Accepts
substitution templates.
assetPropertyTimestamp_offsetInNanos :: Lens' AssetPropertyTimestamp (Maybe Text) Source #
Optional. A string that contains the nanosecond time offset. Accepts substitution templates.
assetPropertyTimestamp_timeInSeconds :: Lens' AssetPropertyTimestamp Text Source #
A string that contains the time in seconds since epoch. Accepts substitution templates.