Amazon SQS · Schema

GetQueueAttributesResponse

CloudDistributed SystemsMessagingMicroservicesQueue

Properties

Name Type Description
GetQueueAttributesResult object
View JSON Schema on GitHub

JSON Schema

amazon-sqs-get-queue-attributes-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetQueueAttributesResponse",
  "type": "object",
  "properties": {
    "GetQueueAttributesResult": {
      "type": "object"
    }
  }
}