Class: Aws::IoTSiteWise::Types::Row
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::Row
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
Represents a single row in the query results.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data ⇒ Array<Types::Datum>
List of data points in a single row of the result set.
Instance Attribute Details
#data ⇒ Array<Types::Datum>
List of data points in a single row of the result set.
8453 8454 8455 8456 8457 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8453 class Row < Struct.new( :data) SENSITIVE = [] include Aws::Structure end |