Class: Aws::Athena::Types::StartQueryExecutionOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::StartQueryExecutionOutput
- 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 that ran as a result of this request.
Instance Attribute Details
#query_execution_id ⇒ String
The unique ID of the query that ran as a result of this request.
4120 4121 4122 4123 4124 |
# File 'lib/aws-sdk-athena/types.rb', line 4120 class StartQueryExecutionOutput < Struct.new( :query_execution_id) SENSITIVE = [] include Aws::Structure end |