Class: Aws::IoTSiteWise::Types::Row

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

Overview

Represents a single row in the query results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataArray<Types::Datum>

List of data points in a single row of the result set.

Returns:



7710
7711
7712
7713
7714
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7710

class Row < Struct.new(
  :data)
  SENSITIVE = []
  include Aws::Structure
end