Class: Aws::Athena::Types::GetQueryExecutionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::GetQueryExecutionInput
- Includes:
- Structure
- Defined in:
- 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.
1666 1667 1668 1669 1670 |
# File 'lib/aws-sdk-athena/types.rb', line 1666 class GetQueryExecutionInput < Struct.new( :query_execution_id) SENSITIVE = [] include Aws::Structure end |