Amazon Detective · Example Payload

Amazon Detective List Invitations Response Example

ForensicsInvestigationSecurity

Amazon Detective List Invitations Response Example is an example object payload from Amazon Detective, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

InvitationsNextToken

Example Payload

Raw ↑
{
  "Invitations": [
    "example-Invitations_item"
  ],
  "NextToken": "abc123token"
}