Class: Aws::TimestreamQuery::Types::QueryTemporalRangeMax

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-timestreamquery/types.rb

Overview

Provides insights into the table with the most sub-optimal temporal pruning scanned by your query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_arnString

The Amazon Resource Name (ARN) of the table which is queried with the largest time range.

Returns:

  • (String)


1321
1322
1323
1324
1325
1326
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1321

class QueryTemporalRangeMax < Struct.new(
  :value,
  :table_arn)
  SENSITIVE = []
  include Aws::Structure
end

#valueInteger

The maximum duration in nanoseconds between the start and end of the query.

Returns:

  • (Integer)


1321
1322
1323
1324
1325
1326
# File 'lib/aws-sdk-timestreamquery/types.rb', line 1321

class QueryTemporalRangeMax < Struct.new(
  :value,
  :table_arn)
  SENSITIVE = []
  include Aws::Structure
end