ListMatchingWorkflowsOutput

ListMatchingWorkflowsOutput schema from AWS EntityResolution

Amazon Web ServicesData IntegrationData MatchingEntity ResolutionMachine Learning

Properties

Name Type Description
nextToken object
workflowSummaries object
View JSON Schema on GitHub

JSON Schema

amazon-entity-resolution-list-matching-workflows-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-entity-resolution/refs/heads/main/json-schema/amazon-entity-resolution-list-matching-workflows-output-schema.json",
  "title": "ListMatchingWorkflowsOutput",
  "description": "ListMatchingWorkflowsOutput schema from AWS EntityResolution",
  "type": "object",
  "properties": {
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The pagination token from the previous <code>ListSchemaMappings</code> API call."
        }
      ]
    },
    "workflowSummaries": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MatchingWorkflowList"
        },
        {
          "description": "A list of <code>MatchingWorkflowSummary</code> objects, each of which contain the fields <code>WorkflowName</code>, <code>WorkflowArn</code>, <code>CreatedAt</code>, and <code>UpdatedAt</code>."
        }
      ]
    }
  }
}