

# AssetPropertyVariant
<a name="API_AssetPropertyVariant"></a>

Contains an asset property value (of a single type).

## Contents
<a name="API_AssetPropertyVariant_Contents"></a>

 ** booleanValue **   <a name="iot-Type-AssetPropertyVariant-booleanValue"></a>
Optional. A string that contains the boolean value (`true` or `false`) of the value entry. Accepts substitution templates.  
Type: String  
Required: No

 ** doubleValue **   <a name="iot-Type-AssetPropertyVariant-doubleValue"></a>
Optional. A string that contains the double value of the value entry. Accepts substitution templates.  
Type: String  
Required: No

 ** integerValue **   <a name="iot-Type-AssetPropertyVariant-integerValue"></a>
Optional. A string that contains the integer value of the value entry. Accepts substitution templates.  
Type: String  
Required: No

 ** stringValue **   <a name="iot-Type-AssetPropertyVariant-stringValue"></a>
Optional. The string value of the value entry. Accepts substitution templates.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 1024.  
Required: No

## See Also
<a name="API_AssetPropertyVariant_SeeAlso"></a>

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/iot-2015-05-28/AssetPropertyVariant) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/iot-2015-05-28/AssetPropertyVariant) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/iot-2015-05-28/AssetPropertyVariant) 