Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueHistorySuccessEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueHistorySuccessEntry
- 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
-
#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 '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 'lib/aws-sdk-iotsitewise/types.rb', line 2139 class BatchGetAssetPropertyValueHistorySuccessEntry < Struct.new( :entry_id, :asset_property_value_history) SENSITIVE = [] include Aws::Structure end |