A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/IoT/Types/PutAssetPropertyValueEntry.html below:

PutAssetPropertyValueEntry — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoT::Types::PutAssetPropertyValueEntry
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 collapse Instance Attribute Details #asset_id ⇒ String

The ID of the AWS IoT SiteWise asset. You must specify either a propertyAlias or both an aliasId and a propertyId. Accepts substitution templates.

#entry_id ⇒ String

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 ⇒ String

The 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.

#property_id ⇒ String

The ID of the asset\'s property. You must specify either a propertyAlias or both an aliasId and a propertyId. Accepts substitution templates.

#property_values ⇒ Array<Types::AssetPropertyValue>

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