Amazon CodeGuru Profiler · JSON Structure

Amazon Codeguru Profiler List Tags For Resource Response Structure

ListTagsForResourceResponse schema from Amazon CodeGuru Profiler

Type: object Properties: 1
AmazonApplication PerformanceProfilingDevOpsMachine Learning

ListTagsForResourceResponse is a JSON Structure definition published by Amazon CodeGuru Profiler, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

tags

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codeguru-profiler/refs/heads/main/json-structure/amazon-codeguru-profiler-list-tags-for-resource-response-structure.json",
  "name": "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. "
        }
      ]
    }
  }
}