Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data AssetPropertyTimestamp Source #
An asset property timestamp entry containing the following information.
See: newAssetPropertyTimestamp
smart constructor.
AssetPropertyTimestamp' | |
|
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.