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

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

Overview

Contains success information for an entry that is associated with the BatchGetAssetPropertyValueHistory API.

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:



2138
2139
2140
2141
2142
2143
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2138

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

#entry_idString

The ID of the entry.

Returns:

  • (String)


2138
2139
2140
2141
2142
2143
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2138

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