Amazon Macie · JSON Structure

Amazon Macie Get Invitations Count Response Structure

GetInvitationsCountResponse schema from Amazon Macie API

Type: object Properties: 1
Data SecuritySensitive DataPrivacyComplianceMachine LearningS3

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

Properties

invitationsCount

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-macie/refs/heads/main/json-structure/amazon-macie-get-invitations-count-response-structure.json",
  "name": "GetInvitationsCountResponse",
  "description": "GetInvitationsCountResponse schema from Amazon Macie API",
  "type": "object",
  "properties": {
    "invitationsCount": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__long"
        },
        {
          "description": "The total number of invitations that were received by the account, not including the currently accepted invitation."
        }
      ]
    }
  }
}