AWS Redshift · JSON Structure

Redshift Data List Statements Response Structure

ListStatementsResponse schema from Amazon Redshift

Type: object Properties: 2 Required: 1
AnalyticsBig DataCloud DatabaseData WarehouseSQL

ListStatementsResponse is a JSON Structure definition published by AWS Redshift, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

NextToken Statements

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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