Amazon Redshift · Schema

GetStatementResultRequest

AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

Properties

Name Type Description
Id string The identifier of the SQL statement whose results to fetch
NextToken string A pagination token for the next page of results
View JSON Schema on GitHub

JSON Schema

amazon-redshift-data-get-statement-result-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetStatementResultRequest",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string",
      "description": "The identifier of the SQL statement whose results to fetch"
    },
    "NextToken": {
      "type": "string",
      "description": "A pagination token for the next page of results"
    }
  }
}