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.
1135 1136 1137 1138 1139 |
# File 'gems/aws-sdk-timestreamquery/lib/aws-sdk-timestreamquery/types.rb', line 1135 class QueryTemporalRange < Struct.new( :max) SENSITIVE = [] include Aws::Structure end |