AWS Redshift · Schema
DescribeStatementResponse
DescribeStatementResponse schema from Amazon Redshift
AnalyticsBig DataCloud DatabaseData WarehouseSQL
Properties
| Name | Type | Description |
|---|---|---|
| ClusterIdentifier | object | |
| CreatedAt | object | |
| Database | object | |
| DbUser | object | |
| Duration | object | |
| Error | object | |
| HasResultSet | object | |
| Id | object | |
| QueryParameters | object | |
| QueryString | object | |
| RedshiftPid | object | |
| RedshiftQueryId | object | |
| ResultRows | object | |
| ResultSize | object | |
| SecretArn | object | |
| Status | object | |
| SubStatements | object | |
| UpdatedAt | object | |
| WorkgroupName | object |
JSON Schema
{
"type": "object",
"properties": {
"ClusterIdentifier": {},
"CreatedAt": {},
"Database": {},
"DbUser": {},
"Duration": {},
"Error": {},
"HasResultSet": {},
"Id": {},
"QueryParameters": {},
"QueryString": {},
"RedshiftPid": {},
"RedshiftQueryId": {},
"ResultRows": {},
"ResultSize": {},
"SecretArn": {},
"Status": {},
"SubStatements": {},
"UpdatedAt": {},
"WorkgroupName": {}
},
"required": [
"Id"
],
"$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-describe-statement-response-schema.json",
"title": "DescribeStatementResponse",
"description": "DescribeStatementResponse schema from Amazon Redshift"
}