AWS Step Functions · Schema

ListExecutionsOutput

iPaaSOrchestrationServerless

Properties

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

JSON Schema

step-functions-listexecutionsoutput-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListExecutionsOutput",
  "type": "object",
  "properties": {
    "executions": {},
    "nextToken": {}
  },
  "required": [
    "executions"
  ]
}