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

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)


480
481
482
483
484
485
# File 'lib/aws-sdk-athena/types.rb', line 480

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

#result_setTypes::ResultSet

The results of the query execution.

Returns:



480
481
482
483
484
485
# File 'lib/aws-sdk-athena/types.rb', line 480

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

#update_countInteger

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

Returns:

  • (Integer)


480
481
482
483
484
485
# File 'lib/aws-sdk-athena/types.rb', line 480

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