getAssetPropertyAggregates   
  inline suspend fun IotSiteWiseClient.getAssetPropertyAggregates(crossinline block: GetAssetPropertyAggregatesRequest.Builder.() -> Unit): GetAssetPropertyAggregatesResponse
Gets aggregated values for an asset property. For more information, see Querying aggregates in the IoT SiteWise User Guide.
To identify an asset property, you must specify one of the following:
- The - assetIdand- propertyIdof an asset property.
- A - propertyAlias, which is a data stream alias (for example,- /company/windfarm/3/turbine/7/temperature). To define an asset property's alias, see UpdateAssetProperty.