Class: Aws::Athena::Types::StopQueryExecutionInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::StopQueryExecutionInput
- Defined in:
- gems/aws-sdk-athena/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.
4459 4460 4461 4462 4463 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4459 class StopQueryExecutionInput < Struct.new( :query_execution_id) SENSITIVE = [] include Aws::Structure end |