AWS Redshift · Schema

GetStatementResultResponse

GetStatementResultResponse schema from Amazon Redshift

AnalyticsBig DataCloud DatabaseData WarehouseSQL

Properties

Name Type Description
ColumnMetadata object
NextToken object
Records object
TotalNumRows object
View JSON Schema on GitHub

JSON Schema

redshift-data-get-statement-result-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "ColumnMetadata": {},
    "NextToken": {},
    "Records": {},
    "TotalNumRows": {}
  },
  "required": [
    "Records"
  ],
  "$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-get-statement-result-response-schema.json",
  "title": "GetStatementResultResponse",
  "description": "GetStatementResultResponse schema from Amazon Redshift"
}