Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyAggregatesSkippedEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::BatchGetAssetPropertyAggregatesSkippedEntry
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Contains information for an entry that has been processed by the previous [BatchGetAssetPropertyAggregates] request.
[1]: docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyAggregates.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#completion_status ⇒ String
The completion status of each entry that is associated with the [BatchGetAssetPropertyAggregates] API.
-
#entry_id ⇒ String
The ID of the entry.
-
#error_info ⇒ Types::BatchGetAssetPropertyAggregatesErrorInfo
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
- BatchGetAssetPropertyAggregates][1
-
API.
[1]: docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyAggregates.html
1796 1797 1798 1799 1800 1801 1802 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1796 class BatchGetAssetPropertyAggregatesSkippedEntry < Struct.new( :entry_id, :completion_status, :error_info) SENSITIVE = [] include Aws::Structure end |
#entry_id ⇒ String
The ID of the entry.
1796 1797 1798 1799 1800 1801 1802 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1796 class BatchGetAssetPropertyAggregatesSkippedEntry < Struct.new( :entry_id, :completion_status, :error_info) SENSITIVE = [] include Aws::Structure end |
#error_info ⇒ Types::BatchGetAssetPropertyAggregatesErrorInfo
The error information, such as the error code and the timestamp.
1796 1797 1798 1799 1800 1801 1802 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1796 class BatchGetAssetPropertyAggregatesSkippedEntry < Struct.new( :entry_id, :completion_status, :error_info) SENSITIVE = [] include Aws::Structure end |