Class: Aws::Athena::Types::GetQueryExecutionInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/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.

Returns:

  • (String)


1664
1665
1666
1667
1668
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1664

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