Class: Aws::Athena::Types::BatchGetQueryExecutionOutput

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_executionsArray<Types::QueryExecution>

Information about a query execution.

Returns:



203
204
205
206
207
208
# File 'lib/aws-sdk-athena/types.rb', line 203

class BatchGetQueryExecutionOutput < Struct.new(
  :query_executions,
  :unprocessed_query_execution_ids)
  SENSITIVE = []
  include Aws::Structure
end

#unprocessed_query_execution_idsArray<Types::UnprocessedQueryExecutionId>

Information about the query executions that failed to run.



203
204
205
206
207
208
# File 'lib/aws-sdk-athena/types.rb', line 203

class BatchGetQueryExecutionOutput < Struct.new(
  :query_executions,
  :unprocessed_query_execution_ids)
  SENSITIVE = []
  include Aws::Structure
end