

# AssetPropertyValue


A structure that contains value information. For more information, see [AssetPropertyValue](https://docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_AssetPropertyValue.html) in the * AWS IoT SiteWise API Reference*.

You must use expressions for all parameters in `AssetPropertyValue`. The expressions accept literals, operators, functions, references, and substitution templates.

**Examples**
+ For literal values, the expressions must contain single quotes. For example, the value for the `quality` parameter can be `'GOOD'`.
+ For references, you must specify either variables or input values. For example, the value for the `quality` parameter can be `$input.TemperatureInput.sensorData.quality`.

For more information, see [Expressions](https://docs.aws.amazon.com/iotevents/latest/developerguide/iotevents-expressions.html) in the * AWS IoT Events Developer Guide*.

## Contents


 ** quality **   <a name="iotevents-Type-AssetPropertyValue-quality"></a>
The quality of the asset property value. The value must be `'GOOD'`, `'BAD'`, or `'UNCERTAIN'`.  
Type: String  
Required: No

 ** timestamp **   <a name="iotevents-Type-AssetPropertyValue-timestamp"></a>
The timestamp associated with the asset property value. The default is the current event time.  
Type: [AssetPropertyTimestamp](API_AssetPropertyTimestamp.md) object  
Required: No

 ** value **   <a name="iotevents-Type-AssetPropertyValue-value"></a>
The value to send to an asset property.  
Type: [AssetPropertyVariant](API_AssetPropertyVariant.md) object  
Required: No

## See Also


For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/iotevents-2018-07-27/AssetPropertyValue) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/iotevents-2018-07-27/AssetPropertyValue) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/iotevents-2018-07-27/AssetPropertyValue) 