Amazon GuardDuty · JSON Structure

Guardduty List Invitations Response Structure

ListInvitationsResponse schema from Amazon GuardDuty API

Type: object Properties: 2
Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

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

Properties

Invitations NextToken

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-guardduty/refs/heads/main/json-structure/guardduty-list-invitations-response-structure.json",
  "name": "ListInvitationsResponse",
  "description": "ListInvitationsResponse schema from Amazon GuardDuty API",
  "type": "object",
  "properties": {
    "Invitations": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Invitations"
        },
        {
          "xml": {
            "name": "invitations"
          },
          "description": "A list of invitation descriptions."
        }
      ]
    },
    "NextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "nextToken"
          },
          "description": "The pagination parameter to be used on the next list operation to retrieve more items."
        }
      ]
    }
  }
}