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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


4274
4275
4276
4277
4278
# File 'lib/aws-sdk-athena/types.rb', line 4274

class StopQueryExecutionInput < Struct.new(
  :query_execution_id)
  SENSITIVE = []
  include Aws::Structure
end