Class: Aws::Athena::Types::StopQueryExecutionInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-athena/types.rb

Overview

Note:

When making an API call, you may pass StopQueryExecutionInput data as a hash:

{
  query_execution_id: "QueryExecutionId", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#query_execution_idString

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.

Returns:

  • (String)


794
795
796
797
# File 'lib/aws-sdk-athena/types.rb', line 794

class StopQueryExecutionInput < Struct.new(
  :query_execution_id)
  include Aws::Structure
end