Amazon Redshift · Schema

ListSchemasResponse

AnalyticsBig DataCloudData LakeData WarehouseETLMachine LearningServerlessSQL

Properties

Name Type Description
Schemas array List of schema names
NextToken string Pagination token for the next page
View JSON Schema on GitHub

JSON Schema

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