Class: Aws::TimestreamQuery::Types::Row
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::Row
- Defined in:
- gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/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.
1189 1190 1191 1192 1193 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1189 class Row < Struct.new( :data) SENSITIVE = [] include Aws::Structure end |