Amazon GuardDuty · Schema

GetInvitationsCountResponse

GetInvitationsCountResponse schema from Amazon GuardDuty API

Anomaly DetectionComplianceMachine LearningMonitoringSecurityThreat Detection

Properties

Name Type Description
InvitationsCount object
View JSON Schema on GitHub

JSON Schema

guardduty-get-invitations-count-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-guardduty/refs/heads/main/json-schema/guardduty-get-invitations-count-response-schema.json",
  "title": "GetInvitationsCountResponse",
  "description": "GetInvitationsCountResponse schema from Amazon GuardDuty API",
  "type": "object",
  "properties": {
    "InvitationsCount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Integer"
        },
        {
          "xml": {
            "name": "invitationsCount"
          },
          "description": "The number of received invitations."
        }
      ]
    }
  }
}