class Aws::IoT::Types::PutAssetPropertyValueEntry
@return [Array<Types::AssetPropertyValue>]
quality, and value (TQV) information.
A list of property values to insert that each contain timestamp,
@!attribute [rw] property_values
@return [String]
‘propertyId`. Accepts substitution templates.
You must specify either a `propertyAlias` or both an `aliasId` and a
The name of the property alias associated with your asset property.
@!attribute [rw] property_alias
@return [String]
substitution templates.
`propertyAlias` or both an `aliasId` and a `propertyId`. Accepts
The ID of the asset’s property. You must specify either a
@!attribute [rw] property_id
@return [String]
substitution templates.
‘propertyAlias` or both an `aliasId` and a `propertyId`. Accepts
The ID of the AWS IoT SiteWise asset. You must specify either a
@!attribute [rw] asset_id
@return [String]
Accepts substitution templates. Defaults to a new UUID.
better track which message caused an error in case of failure.
Optional. A unique identifier for this entry that you can define to
@!attribute [rw] entry_id
}
],
},
quality: “AssetPropertyQuality”,
},
offset_in_nanos: “AssetPropertyOffsetInNanos”,
time_in_seconds: “AssetPropertyTimeInSeconds”, # required
timestamp: { # required
},
boolean_value: “AssetPropertyBooleanValue”,
double_value: “AssetPropertyDoubleValue”,
integer_value: “AssetPropertyIntegerValue”,
string_value: “AssetPropertyStringValue”,
value: { # required
{
property_values: [ # required
property_alias: “AssetPropertyAlias”,
property_id: “AssetPropertyId”,
asset_id: “AssetId”,
entry_id: “AssetPropertyEntryId”,
{
data as a hash:
@note When making an API call, you may pass PutAssetPropertyValueEntry
An asset property value entry containing the following information.