ListTagsForResourceOutput

ListTagsForResourceOutput schema from Amazon Payment Cryptography

CryptographyFinancial ServicesPayment ProcessingPCI

Properties

Name Type Description
NextToken object
Tags object
View JSON Schema on GitHub

JSON Schema

openapi-list-tags-for-resource-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-payment-cryptography/refs/heads/main/json-schema/openapi-list-tags-for-resource-output-schema.json",
  "title": "ListTagsForResourceOutput",
  "description": "ListTagsForResourceOutput schema from Amazon Payment Cryptography",
  "type": "object",
  "properties": {
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "The token for the next set of results, or an empty or null value if there are no more results."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Tags"
        },
        {
          "description": "The list of tags associated with a <code>ResourceArn</code>. Each tag will list the key-value pair contained within that tag."
        }
      ]
    }
  },
  "required": [
    "Tags"
  ]
}