Amazon Simple Workflow Service · JSON Structure

Amazon Swf Listworkflowtypesinput Structure

Type: object Properties: 0
AutomationTask CoordinationWorkflow

ListWorkflowTypesInput is a JSON Structure definition published by Amazon Simple Workflow Service.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "ListWorkflowTypesInput",
  "description": "",
  "type": "object",
  "properties": [
    {
      "name": "domain",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "name",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "registrationStatus",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "nextPageToken",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "maximumPageSize",
      "type": "string",
      "description": "",
      "required": false
    },
    {
      "name": "reverseOrder",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}