PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::CloudWatchLogs::GetQueryResultsResponse; use Moose; has Results => (is => 'ro', isa => 'ArrayRef[ArrayRef[Paws::CloudWatchLogs::ResultField]]', traits => ['NameInRequest'], request_name => 'results' ); has Statistics => (is => 'ro', isa => 'Paws::CloudWatchLogs::QueryStatistics', traits => ['NameInRequest'], request_name => 'statistics' ); has Status => (is => 'ro', isa => 'Str', traits => ['NameInRequest'], request_name => 'status' ); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::CloudWatchLogs::GetQueryResultsResponse =head1 ATTRIBUTES =head2 Results => ArrayRef[L] The log events that matched the query criteria during the most recent time it ran. The C 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 C/C pairs. =head2 Statistics => L 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. =head2 Status => Str The status of the most recent running of the query. Possible values are C, C, C, C, C, C, and C. 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: C<"Scheduled">, C<"Running">, C<"Complete">, C<"Failed">, C<"Cancelled">, C<"Timeout">, C<"Unknown"> =head2 _request_id => Str =cut 1;