Class: Aws::Athena::Types::GetQueryRuntimeStatisticsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetQueryRuntimeStatisticsInput
- Defined in:
- gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_execution_id ⇒ String
The unique ID of the query execution.
Instance Attribute Details
#query_execution_id ⇒ String
The unique ID of the query execution.
2003 2004 2005 2006 2007 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2003 class GetQueryRuntimeStatisticsInput < Struct.new( :query_execution_id) SENSITIVE = [] include Aws::Structure end |