Class: Aws::Athena::Types::GetQueryResultsOutput

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 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)


1725
1726
1727
1728
1729
1730
1731
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1725

class GetQueryResultsOutput < Struct.new(
  :update_count,
  :result_set,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#result_setTypes::ResultSet

The results of the query execution.

Returns:



1725
1726
1727
1728
1729
1730
1731
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1725

class GetQueryResultsOutput < Struct.new(
  :update_count,
  :result_set,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#update_countInteger

The number of rows inserted with a CREATE TABLE AS SELECT statement.

Returns:

  • (Integer)


1725
1726
1727
1728
1729
1730
1731
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 1725

class GetQueryResultsOutput < Struct.new(
  :update_count,
  :result_set,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end