Amazon SimpleDB · JSON Structure

Amazon Simpledb Get Attributes Result Structure

GetAttributesResult schema from Amazon SimpleDB API

Type: object Properties: 1
Cloud StorageData StorageDatabaseNoSQL

GetAttributesResult is a JSON Structure definition published by Amazon SimpleDB, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Attributes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-simpledb/refs/heads/main/json-structure/amazon-simpledb-get-attributes-result-structure.json",
  "name": "GetAttributesResult",
  "description": "GetAttributesResult schema from Amazon SimpleDB API",
  "properties": {
    "Attributes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AttributeList"
        },
        {
          "description": "The list of attributes returned by the operation."
        }
      ]
    }
  }
}