AWS Redshift · Schema

ListStatementsResponse

ListStatementsResponse schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
NextToken object
Statements object
View JSON Schema on GitHub

JSON Schema

redshift-data-list-statements-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "NextToken": {},
    "Statements": {}
  },
  "required": [
    "Statements"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/aws-redshift/refs/heads/main/json-schema/redshift-data-list-statements-response-schema.json",
  "title": "ListStatementsResponse",
  "description": "ListStatementsResponse schema from Amazon Redshift"
}