Amazon Glue · Schema

ListDataQualityRulesetEvaluationRunsResponse

ListDataQualityRulesetEvaluationRunsResponse schema from Amazon Glue API

AnalyticsData CatalogData IntegrationData PipelineETLServerless

Properties

Name Type Description
Runs object
NextToken object
View JSON Schema on GitHub

JSON Schema

glue-list-data-quality-ruleset-evaluation-runs-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-list-data-quality-ruleset-evaluation-runs-response-schema.json",
  "title": "ListDataQualityRulesetEvaluationRunsResponse",
  "description": "ListDataQualityRulesetEvaluationRunsResponse schema from Amazon Glue API",
  "type": "object",
  "properties": {
    "Runs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DataQualityRulesetEvaluationRunList"
        },
        {
          "description": "A list of <code>DataQualityRulesetEvaluationRunDescription</code> objects representing data quality ruleset runs."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/PaginationToken"
        },
        {
          "description": "A pagination token, if more results are available."
        }
      ]
    }
  }
}