Class: Aws::TimestreamQuery::Types::Row

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#dataArray<Types::Datum>

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

Returns:



894
895
896
897
898
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 894

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