| 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.IotTwinMaker.Types.PropertyLatestValue
Description
Synopsis
Documentation
data PropertyLatestValue Source #
The latest value of the property.
See: newPropertyLatestValue smart constructor.
Constructors
| PropertyLatestValue' | |
Fields
| |
Instances
newPropertyLatestValue Source #
Arguments
| :: EntityPropertyReference | |
| -> PropertyLatestValue |
Create a value of PropertyLatestValue 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:propertyValue:PropertyLatestValue', propertyLatestValue_propertyValue - The value of the property.
$sel:propertyReference:PropertyLatestValue', propertyLatestValue_propertyReference - An object that specifies information about a property.>
propertyLatestValue_propertyValue :: Lens' PropertyLatestValue (Maybe DataValue) Source #
The value of the property.
propertyLatestValue_propertyReference :: Lens' PropertyLatestValue EntityPropertyReference Source #
An object that specifies information about a property.>