Class: Aws::IoTSiteWise::Types::PutAssetPropertyValueEntry

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#asset_idString

The ID of the asset to update.

Returns:

  • (String)


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_idString

The user specified ID for the entry. You can use this ID to identify which entries failed.

Returns:

  • (String)


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_aliasString

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

Returns:

  • (String)


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_idString

The ID of the asset property for this entry.

Returns:

  • (String)


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_valuesArray<Types::AssetPropertyValue>

The list of property values to upload. You can specify up to 10 ‘propertyValues` array elements.

Returns:



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