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::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.