Amazon SQS · Schema

ListQueueTagsResponse

CloudDistributed SystemsMessagingMicroservicesQueue

Properties

Name Type Description
ListQueueTagsResult object
View JSON Schema on GitHub

JSON Schema

amazon-sqs-list-queue-tags-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListQueueTagsResponse",
  "type": "object",
  "properties": {
    "ListQueueTagsResult": {
      "type": "object"
    }
  }
}