OBJECT

LogEventResults

A (possibly) paginated set of LogEvents.

link GraphQL Schema definition

  • type LogEventResults {
  • # The Events.
  • events: [LogEvent]!
  • # The next token for pagination.
  • nextToken: String
  • }