Amazon Simple Workflow Service · JSON Structure

Amazon Swf Domaininfos Structure

Contains a paginated collection of DomainInfo structures.

Type: object Properties: 0
AutomationTask CoordinationWorkflow

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

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "DomainInfos",
  "description": "Contains a paginated collection of DomainInfo structures.",
  "type": "object",
  "properties": [
    {
      "name": "domainInfos",
      "type": "string",
      "description": "",
      "required": true
    },
    {
      "name": "nextPageToken",
      "type": "string",
      "description": "",
      "required": false
    }
  ]
}