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

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

Overview

Contains success information for an entry that is associated with the BatchGetAssetPropertyAggregates API.

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:



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

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

#entry_idString

The ID of the entry.

Returns:

  • (String)


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

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