Returns the results from the specified query. If the query is in progress, partial results of that current execution are returned.
cloudwatchlogs_get_query_results(queryId)
[required] The ID number of the query.
svc$get_query_results( queryId = "string" )
Only the fields requested in the query are returned, along with a @ptr
field which is the identifier for the log record. You can use the value
of @ptr
in a operation to get the full log record.
GetQueryResults
does not start a query execution. To run a query, use
.