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