AWS Redshift · JSON Structure

Redshift Data Get Statement Result Response Structure

GetStatementResultResponse schema from Amazon Redshift

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

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

Properties

ColumnMetadata NextToken Records TotalNumRows

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

JSON Structure

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