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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/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 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1751

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