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

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_executionTypes::QueryExecution

Information about the query execution.



1663
1664
1665
1666
1667
# File 'lib/aws-sdk-athena/types.rb', line 1663

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