Class: Aws::Athena::Types::GetQueryExecutionOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#query_executionTypes::QueryExecution

Information about the query execution.



430
431
432
433
# File 'lib/aws-sdk-athena/types.rb', line 430

class GetQueryExecutionOutput < Struct.new(
  :query_execution)
  include Aws::Structure
end