class Aws::IoT::Types::AssetPropertyVariant
@return [String]
‘false`) of the value entry. Accepts substitution templates.
Optional. A string that contains the boolean value (`true` or
@!attribute [rw] boolean_value
@return [String]
entry. Accepts substitution templates.
Optional. A string that contains the double value of the value
@!attribute [rw] double_value
@return [String]
entry. Accepts substitution templates.
Optional. A string that contains the integer value of the value
@!attribute [rw] integer_value
@return [String]
templates.
Optional. The string value of the value entry. Accepts substitution
@!attribute [rw] string_value
}
boolean_value: “AssetPropertyBooleanValue”,
double_value: “AssetPropertyDoubleValue”,
integer_value: “AssetPropertyIntegerValue”,
string_value: “AssetPropertyStringValue”,
{
data as a hash:
@note When making an API call, you may pass AssetPropertyVariant
Contains an asset property value (of a single type).