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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotsitewise/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_idString

The ID of the asset to update.

Returns:

  • (String)


7416
7417
7418
7419
7420
7421
7422
7423
7424
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7416

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)


7416
7417
7418
7419
7420
7421
7422
7423
7424
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7416

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.

Returns:

  • (String)


7416
7417
7418
7419
7420
7421
7422
7423
7424
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7416

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)


7416
7417
7418
7419
7420
7421
7422
7423
7424
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7416

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:



7416
7417
7418
7419
7420
7421
7422
7423
7424
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7416

class PutAssetPropertyValueEntry < Struct.new(
  :entry_id,
  :asset_id,
  :property_id,
  :property_alias,
  :property_values)
  SENSITIVE = []
  include Aws::Structure
end