Class: Aws::Athena::Types::ListQueryExecutionsInput

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

#max_resultsInteger

The maximum number of query executions to return in this request.

Returns:

  • (Integer)


2590
2591
2592
2593
2594
2595
2596
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2590

class ListQueryExecutionsInput < Struct.new(
  :next_token,
  :max_results,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the NextToken from the response object of the previous page call.

Returns:

  • (String)


2590
2591
2592
2593
2594
2595
2596
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2590

class ListQueryExecutionsInput < Struct.new(
  :next_token,
  :max_results,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end

#work_groupString

The name of the workgroup from which queries are being returned. If a workgroup is not specified, a list of available query execution IDs for the queries in the primary workgroup is returned.

Returns:

  • (String)


2590
2591
2592
2593
2594
2595
2596
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2590

class ListQueryExecutionsInput < Struct.new(
  :next_token,
  :max_results,
  :work_group)
  SENSITIVE = []
  include Aws::Structure
end