Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueHistorySuccessEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueHistorySuccessEntry
- 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
-
#asset_property_value_history ⇒ Array<Types::AssetPropertyValue>
The requested historical values for the specified asset property.
-
#entry_id ⇒ String
The ID of the entry.
Instance Attribute Details
#asset_property_value_history ⇒ Array<Types::AssetPropertyValue>
The requested historical values for the specified asset property.
2139 2140 2141 2142 2143 2144 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2139 class BatchGetAssetPropertyValueHistorySuccessEntry < Struct.new( :entry_id, :asset_property_value_history) SENSITIVE = [] include Aws::Structure end |
#entry_id ⇒ String
The ID of the entry.
2139 2140 2141 2142 2143 2144 |
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 2139 class BatchGetAssetPropertyValueHistorySuccessEntry < Struct.new( :entry_id, :asset_property_value_history) SENSITIVE = [] include Aws::Structure end |