Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyAggregatesSkippedEntry

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#completion_statusString

The completion status of each entry that is associated with the BatchGetAssetPropertyAggregates API.

Returns:

  • (String)


1795
1796
1797
1798
1799
1800
1801
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1795

class BatchGetAssetPropertyAggregatesSkippedEntry < Struct.new(
  :entry_id,
  :completion_status,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end

#entry_idString

The ID of the entry.

Returns:

  • (String)


1795
1796
1797
1798
1799
1800
1801
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1795

class BatchGetAssetPropertyAggregatesSkippedEntry < Struct.new(
  :entry_id,
  :completion_status,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end

#error_infoTypes::BatchGetAssetPropertyAggregatesErrorInfo

The error information, such as the error code and the timestamp.



1795
1796
1797
1798
1799
1800
1801
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 1795

class BatchGetAssetPropertyAggregatesSkippedEntry < Struct.new(
  :entry_id,
  :completion_status,
  :error_info)
  SENSITIVE = []
  include Aws::Structure
end