Class: Aws::IoTSiteWise::Types::PutAssetPropertyValueEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::PutAssetPropertyValueEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains a list of value updates for an asset property in the list of asset entries consumed by the [BatchPutAssetPropertyValue] API operation.
[1]: docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchPutAssetPropertyValue.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#asset_id ⇒ String
The ID of the asset to update.
-
#entry_id ⇒ String
The user specified ID for the entry.
-
#property_alias ⇒ String
The alias that identifies the property, such as an OPC-UA server data stream path (for example, ‘/company/windfarm/3/turbine/7/temperature`).
-
#property_id ⇒ String
The ID of the asset property for this entry.
-
#property_values ⇒ Array<Types::AssetPropertyValue>
The list of property values to upload.
Instance Attribute Details
#asset_id ⇒ String
The ID of the asset to update.
8146 8147 8148 8149 8150 8151 8152 8153 8154 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8146 class PutAssetPropertyValueEntry < Struct.new( :entry_id, :asset_id, :property_id, :property_alias, :property_values) SENSITIVE = [] include Aws::Structure end |
#entry_id ⇒ String
The user specified ID for the entry. You can use this ID to identify which entries failed.
8146 8147 8148 8149 8150 8151 8152 8153 8154 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8146 class PutAssetPropertyValueEntry < Struct.new( :entry_id, :asset_id, :property_id, :property_alias, :property_values) SENSITIVE = [] include Aws::Structure end |
#property_alias ⇒ String
The alias that identifies the property, such as an OPC-UA server data stream path (for example, ‘/company/windfarm/3/turbine/7/temperature`). For more information, see [Mapping industrial data streams to asset properties] in the *IoT SiteWise User Guide*.
[1]: docs.aws.amazon.com/iot-sitewise/latest/userguide/connect-data-streams.html
8146 8147 8148 8149 8150 8151 8152 8153 8154 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8146 class PutAssetPropertyValueEntry < Struct.new( :entry_id, :asset_id, :property_id, :property_alias, :property_values) SENSITIVE = [] include Aws::Structure end |
#property_id ⇒ String
The ID of the asset property for this entry.
8146 8147 8148 8149 8150 8151 8152 8153 8154 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8146 class PutAssetPropertyValueEntry < Struct.new( :entry_id, :asset_id, :property_id, :property_alias, :property_values) SENSITIVE = [] include Aws::Structure end |
#property_values ⇒ Array<Types::AssetPropertyValue>
The list of property values to upload. You can specify up to 10 ‘propertyValues` array elements.
8146 8147 8148 8149 8150 8151 8152 8153 8154 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8146 class PutAssetPropertyValueEntry < Struct.new( :entry_id, :asset_id, :property_id, :property_alias, :property_values) SENSITIVE = [] include Aws::Structure end |