Class: Aws::IoTSiteWise::Types::BatchGetAssetPropertyAggregatesSuccessEntry
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::BatchGetAssetPropertyAggregatesSuccessEntry
- 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
-
#aggregated_values ⇒ Array<Types::AggregatedValue>
The requested aggregated asset property values (for example, average, minimum, and maximum).
-
#entry_id ⇒ String
The ID of the entry.
Instance Attribute Details
#aggregated_values ⇒ Array<Types::AggregatedValue>
The requested aggregated asset property values (for example, average, minimum, and maximum).
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_id ⇒ String
The ID of the entry.
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 |