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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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)


2608
2609
2610
2611
2612
2613
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2608

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

#query_execution_idsArray<String>

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

Returns:

  • (Array<String>)


2608
2609
2610
2611
2612
2613
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2608

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