You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RedshiftDataAPIService::Types::GetStatementResultRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing GetStatementResultRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  id: "UUID", # required
  next_token: "String",
}

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the SQL statement whose results are to be fetched. This value is a universally unique identifier (UUID) generated by Amazon Redshift Data API. This identifier is returned by ExecuteStatment and ListStatements.

Returns:

  • (String)

    The identifier of the SQL statement whose results are to be fetched.

#next_tokenString

A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request.

Returns:

  • (String)

    A value that indicates the starting point for the next set of response records in a subsequent request.