Class: Aws::Athena::Types::StartQueryExecutionOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#query_execution_idString

The unique ID of the query that ran as a result of this request.

Returns:

  • (String)


1130
1131
1132
1133
# File 'lib/aws-sdk-athena/types.rb', line 1130

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