Class: Aws::Athena::Types::GetQueryRuntimeStatisticsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetQueryRuntimeStatisticsOutput
- Defined in:
- gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_runtime_statistics ⇒ Types::QueryRuntimeStatistics
Runtime statistics about the query execution.
Instance Attribute Details
#query_runtime_statistics ⇒ Types::QueryRuntimeStatistics
Runtime statistics about the query execution.
1753 1754 1755 1756 1757 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1753 class GetQueryRuntimeStatisticsOutput < Struct.new( :query_runtime_statistics) SENSITIVE = [] include Aws::Structure end |