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

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

Information about the query execution.



1676
1677
1678
1679
1680
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1676

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