Class: Aws::TimestreamQuery::Types::QueryTemporalRange
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::QueryTemporalRange
- Defined in:
- gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb
Overview
Provides insights into the temporal range of the query, including the table with the largest (max) time range.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max ⇒ Types::QueryTemporalRangeMax
Encapsulates the following properties that provide insights into the most sub-optimal performing table on the temporal axis:.
Instance Attribute Details
#max ⇒ Types::QueryTemporalRangeMax
Encapsulates the following properties that provide insights into the most sub-optimal performing table on the temporal axis:
Value– The maximum duration in nanoseconds between the start and end of the query.TableArn– The Amazon Resource Name (ARN) of the table which is queried with the largest time range.
1300 1301 1302 1303 1304 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1300 class QueryTemporalRange < Struct.new( :max) SENSITIVE = [] include Aws::Structure end |