Amazon Entity Resolution · JSON Structure

Amazon Entity Resolution List Matching Workflows Output Structure

ListMatchingWorkflowsOutput schema from AWS EntityResolution

Type: object Properties: 2
Amazon Web ServicesData IntegrationData MatchingEntity ResolutionMachine Learning

ListMatchingWorkflowsOutput is a JSON Structure definition published by Amazon Entity Resolution, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

nextToken workflowSummaries

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-entity-resolution/refs/heads/main/json-structure/amazon-entity-resolution-list-matching-workflows-output-structure.json",
  "name": "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>."
        }
      ]
    }
  }
}