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

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 GetQueryExecutionInput 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.

Returns:

  • (String)


419
420
421
422
# File 'lib/aws-sdk-athena/types.rb', line 419

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