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.
4787 4788 4789 4790 4791 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 4787 class StopQueryExecutionInput < Struct.new( :query_execution_id) SENSITIVE = [] include Aws::Structure end |