Class: Aws::Athena::Types::GetQueryRuntimeStatisticsInput

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_execution_idString

The unique ID of the query execution.

Returns:

  • (String)


1739
1740
1741
1742
1743
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1739

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