ark::aws::LogStreamResponse

Defined in header “ark/aws/cloudwatch_logs_client.hh”.


A structure that is returned from downloading cloudwatch logs, giving you some information about the stream that was downloaded.

Variables

  • LogStreamRequestStatus query_result
    The result of the query.

  • std::string text
    The raw text of the log stream.

  • std::chrono::system_clock::time_point last_event_timestamp
    Timestamp of the last item received. Can be useful for polling/tailing.

  • std::string next_forward_token
    If requesting this stream again, pass this token to get the next batch of events. If this is the same token as was passed in, there are no more events.