Amazon Redshift · JSON Structure

Amazon Redshift Data Get Statement Result Response Structure

Type: object Properties: 4
AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

GetStatementResultResponse is a JSON Structure definition published by Amazon Redshift, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

Records ColumnMetadata TotalNumRows NextToken

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GetStatementResultResponse",
  "type": "object",
  "properties": {
    "Records": {
      "type": "array"
    },
    "ColumnMetadata": {
      "type": "array"
    },
    "TotalNumRows": {
      "type": "integer"
    },
    "NextToken": {
      "type": "string"
    }
  }
}