GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::CloudWatchLogs::GetQueryResultsResponse(3) User Contributed Perl Documentation Paws::CloudWatchLogs::GetQueryResultsResponse(3)

Paws::CloudWatchLogs::GetQueryResultsResponse

The log events that matched the query criteria during the most recent time it ran.

The "results" value is an array of arrays. Each log event is one object in the top-level array. Each of these log event objects is an array of "field"/"value" pairs.

Includes the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned. These values reflect the full raw results of the query.

The status of the most recent running of the query. Possible values are "Cancelled", "Complete", "Failed", "Running", "Scheduled", "Timeout", and "Unknown".

Queries time out after 15 minutes of execution. To avoid having your queries time out, reduce the time range being searched or partition your query into a number of queries.

Valid values are: "Scheduled", "Running", "Complete", "Failed", "Cancelled", "Timeout", "Unknown" =head2 _request_id => Str

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.