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 |
Synopsis
- data AssetPropertyValue = AssetPropertyValue' {}
- newAssetPropertyValue :: AssetPropertyVariant -> AssetPropertyTimestamp -> AssetPropertyValue
- assetPropertyValue_quality :: Lens' AssetPropertyValue (Maybe Text)
- assetPropertyValue_value :: Lens' AssetPropertyValue AssetPropertyVariant
- assetPropertyValue_timestamp :: Lens' AssetPropertyValue AssetPropertyTimestamp
Documentation
data AssetPropertyValue Source #
An asset property value entry containing the following information.
See: newAssetPropertyValue
smart constructor.
AssetPropertyValue' | |
|
Instances
newAssetPropertyValue Source #
Create a value of AssetPropertyValue
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:quality:AssetPropertyValue'
, assetPropertyValue_quality
- Optional. A string that describes the quality of the value. Accepts
substitution templates. Must be GOOD
, BAD
, or UNCERTAIN
.
$sel:value:AssetPropertyValue'
, assetPropertyValue_value
- The value of the asset property.
$sel:timestamp:AssetPropertyValue'
, assetPropertyValue_timestamp
- The asset property value timestamp.
assetPropertyValue_quality :: Lens' AssetPropertyValue (Maybe Text) Source #
Optional. A string that describes the quality of the value. Accepts
substitution templates. Must be GOOD
, BAD
, or UNCERTAIN
.
assetPropertyValue_value :: Lens' AssetPropertyValue AssetPropertyVariant Source #
The value of the asset property.
assetPropertyValue_timestamp :: Lens' AssetPropertyValue AssetPropertyTimestamp Source #
The asset property value timestamp.