Class: Aws::Athena::Types::GetQueryRuntimeStatisticsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#query_runtime_statisticsTypes::QueryRuntimeStatistics

Runtime statistics about the query execution.



1751
1752
1753
1754
1755
# File 'lib/aws-sdk-athena/types.rb', line 1751

class GetQueryRuntimeStatisticsOutput < Struct.new(
  :query_runtime_statistics)
  SENSITIVE = []
  include Aws::Structure
end