Amazon Simple Workflow Service · JSON Structure

Amazon Swf Pendingtaskcount Structure

Contains the count of tasks in a task list.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "PendingTaskCount",
  "description": "Contains the count of tasks in a task list.",
  "type": "object",
  "properties": [
    {
      "name": "count",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "truncated",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}