Class: Aws::Athena::Types::GetQueryResultsInput

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

#max_resultsInteger

The maximum number of results (rows) to return in this request.

Returns:

  • (Integer)


1699
1700
1701
1702
1703
1704
1705
# File 'lib/aws-sdk-athena/types.rb', line 1699

class GetQueryResultsInput < Struct.new(
  :query_execution_id,
  :next_token,
  :max_results)
  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)


1699
1700
1701
1702
1703
1704
1705
# File 'lib/aws-sdk-athena/types.rb', line 1699

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

#query_execution_idString

The unique ID of the query execution.

Returns:

  • (String)


1699
1700
1701
1702
1703
1704
1705
# File 'lib/aws-sdk-athena/types.rb', line 1699

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