ListTagsForResourceResponse

ListTagsForResourceResponse schema from Amazon CodeGuru Profiler

AmazonApplication PerformanceProfilingDevOpsMachine Learning

Properties

Name Type Description
tags object
View JSON Schema on GitHub

JSON Schema

amazon-codeguru-profiler-list-tags-for-resource-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-profiler/refs/heads/main/json-schema/amazon-codeguru-profiler-list-tags-for-resource-response-schema.json",
  "title": "ListTagsForResourceResponse",
  "description": "ListTagsForResourceResponse schema from Amazon CodeGuru Profiler",
  "type": "object",
  "properties": {
    "tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagsMap"
        },
        {
          "description": " The list of tags assigned to the specified resource. This is the list of tags returned in the response. "
        }
      ]
    }
  }
}