Amazon Simple Workflow Service · JSON Structure

Amazon Swf Workflowtypeinfos Structure

Contains a paginated list of information structures about workflow types.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "WorkflowTypeInfos",
  "description": "Contains a paginated list of information structures about workflow types.",
  "type": "object",
  "properties": [
    {
      "name": "typeInfos",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "nextPageToken",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}