Amazon Clean Rooms · JSON Structure

Clean Rooms List Memberships Response Structure

Response for listing memberships.

Type: object Properties: 2
Clean RoomsData CollaborationPrivacyAnalyticsMarketing

ListMembershipsResponse is a JSON Structure definition published by Amazon Clean Rooms, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

nextToken membershipList

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-clean-rooms/refs/heads/main/json-structure/clean-rooms-list-memberships-response-structure.json",
  "name": "ListMembershipsResponse",
  "description": "Response for listing memberships.",
  "type": "object",
  "properties": {
    "nextToken": {
      "type": "string",
      "description": "The token value retrieved from a previous paginated request."
    },
    "membershipList": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Membership"
      },
      "description": "The list of memberships."
    }
  }
}