Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface GetLogEventsCommandOutputProtected

The output of GetLogEventsCommand.

Hierarchy

Properties

events?: OutputLogEvent[]

The events.

nextBackwardToken?: string

The token for the next set of items in the backward direction. The token expires after 24 hours. This token is not null. If you have reached the end of the stream, it returns the same token you passed in.

nextForwardToken?: string

The token for the next set of items in the forward direction. The token expires after 24 hours. If you have reached the end of the stream, it returns the same token you passed in.