Class: Aws::TimestreamQuery::Types::QueryTemporalRangeMax
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::QueryTemporalRangeMax
- 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
-
#table_arn ⇒ String
The Amazon Resource Name (ARN) of the table which is queried with the largest time range.
-
#value ⇒ Integer
The maximum duration in nanoseconds between the start and end of the query.
Instance Attribute Details
#table_arn ⇒ String
The Amazon Resource Name (ARN) of the table which is queried with the largest time range.
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 |
#value ⇒ Integer
The maximum duration in nanoseconds between the start and end of the query.
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 |