Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueHistorySkippedEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::BatchGetAssetPropertyValueHistorySkippedEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains information for an entry that has been processed by the previous [BatchGetAssetPropertyValueHistory] request.
[1]: docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValue.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completion_status ⇒ String
The completion status of each entry that is associated with the [BatchGetAssetPropertyValueHistory] API.
-
#entry_id ⇒ String
The ID of the entry.
-
#error_info ⇒ Types::BatchGetAssetPropertyValueHistoryErrorInfo
The error information, such as the error code and the timestamp.
Instance Attribute Details
#completion_status ⇒ String
The completion status of each entry that is associated with the
- BatchGetAssetPropertyValueHistory][1
-
API.
[1]: docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyValueHistory.html
2116 2117 2118 2119 2120 2121 2122 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2116 class BatchGetAssetPropertyValueHistorySkippedEntry < Struct.new( :entry_id, :completion_status, :error_info) SENSITIVE = [] include Aws::Structure end |
#entry_id ⇒ String
The ID of the entry.
2116 2117 2118 2119 2120 2121 2122 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2116 class BatchGetAssetPropertyValueHistorySkippedEntry < Struct.new( :entry_id, :completion_status, :error_info) SENSITIVE = [] include Aws::Structure end |
#error_info ⇒ Types::BatchGetAssetPropertyValueHistoryErrorInfo
The error information, such as the error code and the timestamp.
2116 2117 2118 2119 2120 2121 2122 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 2116 class BatchGetAssetPropertyValueHistorySkippedEntry < Struct.new( :entry_id, :completion_status, :error_info) SENSITIVE = [] include Aws::Structure end |