Amazon SQS · Schema

ReceiveMessageResponse

CloudDistributed SystemsMessagingMicroservicesQueue

Properties

Name Type Description
ReceiveMessageResult object
View JSON Schema on GitHub

JSON Schema

amazon-sqs-receive-message-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReceiveMessageResponse",
  "type": "object",
  "properties": {
    "ReceiveMessageResult": {
      "type": "object"
    }
  }
}