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:



207
208
209
210
211
212
# File 'lib/aws-sdk-athena/types.rb', line 207

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.



207
208
209
210
211
212
# File 'lib/aws-sdk-athena/types.rb', line 207

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