Class: Aws::Athena::Types::ListQueryExecutionsOutput

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

A token to be used by the next request if this request is truncated.

Returns:

  • (String)


605
606
607
608
609
# File 'lib/aws-sdk-athena/types.rb', line 605

class ListQueryExecutionsOutput < Struct.new(
  :query_execution_ids,
  :next_token)
  include Aws::Structure
end

#query_execution_idsArray<String>

The unique IDs of each query execution as an array of strings.

Returns:

  • (Array<String>)


605
606
607
608
609
# File 'lib/aws-sdk-athena/types.rb', line 605

class ListQueryExecutionsOutput < Struct.new(
  :query_execution_ids,
  :next_token)
  include Aws::Structure
end