Class: Aws::Athena::Types::GetQueryExecutionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetQueryExecutionOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_execution ⇒ Types::QueryExecution
Information about the query execution.
Instance Attribute Details
#query_execution ⇒ Types::QueryExecution
Information about the query execution.
1678 1679 1680 1681 1682 |
# File 'lib/aws-sdk-athena/types.rb', line 1678 class GetQueryExecutionOutput < Struct.new( :query_execution) SENSITIVE = [] include Aws::Structure end |