Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyAggregatesSuccessEntry

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotsitewise/types.rb

Overview

Contains success information for an entry that is associated with the

BatchGetAssetPropertyAggregates][1

API.

[1]: docs.aws.amazon.com/iot-sitewise/latest/APIReference/API_BatchGetAssetPropertyAggregates.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregated_valuesArray<Types::AggregatedValue>

The requested aggregated asset property values (for example, average, minimum, and maximum).

Returns:



1820
1821
1822
1823
1824
1825
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1820

class BatchGetAssetPropertyAggregatesSuccessEntry < Struct.new(
  :entry_id,
  :aggregated_values)
  SENSITIVE = []
  include Aws::Structure
end

#entry_idString

The ID of the entry.

Returns:

  • (String)


1820
1821
1822
1823
1824
1825
# File 'lib/aws-sdk-iotsitewise/types.rb', line 1820

class BatchGetAssetPropertyAggregatesSuccessEntry < Struct.new(
  :entry_id,
  :aggregated_values)
  SENSITIVE = []
  include Aws::Structure
end