Amazon Route 53 Resolver · JSON Structure

Amazon Route53 Resolver Openapi List Tags For Resource Response Structure

ListTagsForResourceResponse schema from openapi

Type: object Properties: 2
DNSHybrid CloudNetworking

ListTagsForResourceResponse is a JSON Structure definition published by Amazon Route 53 Resolver, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Tags NextToken

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-route53-resolver/refs/heads/main/json-structure/amazon-route53-resolver-openapi-list-tags-for-resource-response-structure.json",
  "description": "ListTagsForResourceResponse schema from openapi",
  "type": "object",
  "properties": {
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": "The tags that are associated with the resource that you specified in the <code>ListTagsForResource</code> request."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "If more than <code>MaxResults</code> tags match the specified criteria, you can submit another <code>ListTagsForResource</code> request to get the next group of results. In the next request, specify the value of <code>NextToken</code> from the previous response. "
        }
      ]
    }
  },
  "name": "ListTagsForResourceResponse"
}