Amazon Redshift · Schema

ListTablesResponse

AnalyticsBig DataCloudData LakeData WarehouseETLMachine-LearningServerlessSQL

Properties

Name Type Description
Tables array List of tables
NextToken string Pagination token for the next page
View JSON Schema on GitHub

JSON Schema

amazon-redshift-data-list-tables-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListTablesResponse",
  "type": "object",
  "properties": {
    "Tables": {
      "type": "array",
      "description": "List of tables"
    },
    "NextToken": {
      "type": "string",
      "description": "Pagination token for the next page"
    }
  }
}