paws.analytics (version 0.1.0)

athena_get_query_results: Returns the results of a single query execution specified by QueryExecutionId if you have access to the workgroup in which the query ran

Description

Returns the results of a single query execution specified by QueryExecutionId if you have access to the workgroup in which the query ran. This request does not execute the query but returns results. Use StartQueryExecution to run a query.

Usage

athena_get_query_results(QueryExecutionId, NextToken, MaxResults)

Arguments

QueryExecutionId

[required] The unique ID of the query execution.

NextToken

The token that specifies where to start pagination if a previous request was truncated.

MaxResults

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

Request syntax

svc$get_query_results(
  QueryExecutionId = "string",
  NextToken = "string",
  MaxResults = 123
)