You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoT::Types::PutAssetPropertyValueEntryWhen passing PutAssetPropertyValueEntry as input to an Aws::Client method, you can use a vanilla Hash:
{
entry_id: "AssetPropertyEntryId",
asset_id: "AssetId",
property_id: "AssetPropertyId",
property_alias: "AssetPropertyAlias",
property_values: [ {
value: { string_value: "AssetPropertyStringValue",
integer_value: "AssetPropertyIntegerValue",
double_value: "AssetPropertyDoubleValue",
boolean_value: "AssetPropertyBooleanValue",
},
timestamp: { time_in_seconds: "AssetPropertyTimeInSeconds", offset_in_nanos: "AssetPropertyOffsetInNanos",
},
quality: "AssetPropertyQuality",
},
],
}
An asset property value entry containing the following information.
Instance Attribute Summary collapseThe ID of the AWS IoT SiteWise asset.
Optional.
The name of the property alias associated with your asset property.
The ID of the asset\'s property.
A list of property values to insert that each contain timestamp, quality, and value (TQV) information.
The ID of the AWS IoT SiteWise asset. You must specify either a propertyAlias
or both an aliasId
and a propertyId
. Accepts substitution templates.
Optional. A unique identifier for this entry that you can define to better track which message caused an error in case of failure. Accepts substitution templates. Defaults to a new UUID.
#property_alias ⇒ StringThe name of the property alias associated with your asset property. You must specify either a propertyAlias
or both an aliasId
and a propertyId
. Accepts substitution templates.
The ID of the asset\'s property. You must specify either a propertyAlias
or both an aliasId
and a propertyId
. Accepts substitution templates.
A list of property values to insert that each contain timestamp, quality, and value (TQV) information.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4