Amazon Redshift · Schema

ListStatementsResponse

AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

Properties

Name Type Description
Statements array List of SQL statements
NextToken string A pagination token to retrieve the next set of results. Null if there are no more results.
View JSON Schema on GitHub

JSON Schema

amazon-redshift-data-list-statements-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListStatementsResponse",
  "type": "object",
  "properties": {
    "Statements": {
      "type": "array",
      "description": "List of SQL statements"
    },
    "NextToken": {
      "type": "string",
      "description": "A pagination token to retrieve the next set of results. Null if there are no more results."
    }
  }
}