Class: Aws::Athena::Types::StopQueryExecutionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::StopQueryExecutionInput
- 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 to stop.
Instance Attribute Details
#query_execution_id ⇒ String
The unique ID of the query execution to stop.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
4264 4265 4266 4267 4268 |
# File 'lib/aws-sdk-athena/types.rb', line 4264 class StopQueryExecutionInput < Struct.new( :query_execution_id) SENSITIVE = [] include Aws::Structure end |