Class: Aws::IoTSiteWise::Types::GetAssetPropertyAggregatesResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#aggregated_valuesArray<Types::AggregatedValue>

The requested aggregated values.

Returns:



5466
5467
5468
5469
5470
5471
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5466

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

#next_tokenString

The token for the next set of results, or null if there are no additional results.

Returns:

  • (String)


5466
5467
5468
5469
5470
5471
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 5466

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