Amazon Redshift · Example Payload

Amazon Redshift Data Describe Statement Response Example

AnalyticsBig DataCloudData LakeData WarehouseETLMachine-LearningServerlessSQL

Amazon Redshift Data Describe Statement Response Example is an example object payload from Amazon Redshift, with 19 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

IdStatusCreatedAtUpdatedAtDurationQueryStringQueryParametersDatabaseDbUserClusterIdentifierWorkgroupNameSecretArnRedshiftPidRedshiftQueryIdResultRowsResultSizeHasResultSetErrorSubStatements

Example Payload

Raw ↑
{
  "Id": "abc123",
  "Status": "example_value",
  "CreatedAt": "example_value",
  "UpdatedAt": "example_value",
  "Duration": 10,
  "QueryString": "example_value",
  "QueryParameters": [],
  "Database": "example_value",
  "DbUser": "example_value",
  "ClusterIdentifier": "example_value",
  "WorkgroupName": "example_value",
  "SecretArn": "example_value",
  "RedshiftPid": "500123",
  "RedshiftQueryId": "500123",
  "ResultRows": 10,
  "ResultSize": 10,
  "HasResultSet": true,
  "Error": "example_value",
  "SubStatements": []
}