ListTagsForResourceOutput

AutomationTask CoordinationWorkflow

Properties

Name Type Description
tags object
View JSON Schema on GitHub

JSON Schema

amazon-swf-listtagsforresourceoutput-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceTagList"
        },
        {
          "description": "An array of tags associated with the domain."
        }
      ]
    }
  },
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "ListTagsForResourceOutput"
}