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.
4433 4434 4435 4436 4437 |
# File 'lib/aws-sdk-athena/types.rb', line 4433 class StopQueryExecutionInput < Struct.new( :query_execution_id) SENSITIVE = [] include Aws::Structure end |