Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueHistorySuccessEntry

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Overview

Contains success information for an entry that is associated with the

BatchGetAssetPropertyValueHistory][1

API.

[1]: docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValue.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#asset_property_value_historyArray<Types::AssetPropertyValue>

The requested historical values for the specified asset property.

Returns:



2135
2136
2137
2138
2139
2140
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2135

class BatchGetAssetPropertyValueHistorySuccessEntry < Struct.new(
  :entry_id,
  :asset_property_value_history)
  SENSITIVE = []
  include Aws::Structure
end

#entry_idString

The ID of the entry.

Returns:

  • (String)


2135
2136
2137
2138
2139
2140
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2135

class BatchGetAssetPropertyValueHistorySuccessEntry < Struct.new(
  :entry_id,
  :asset_property_value_history)
  SENSITIVE = []
  include Aws::Structure
end