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::RedshiftData::GetStatementResultResponse; use Moose; has ColumnMetadata => (is => 'ro', isa => 'ArrayRef[Paws::RedshiftData::ColumnMetadata]'); has NextToken => (is => 'ro', isa => 'Str'); has Records => (is => 'ro', isa => 'ArrayRef[ArrayRef[Paws::RedshiftData::Field]]', required => 1); has TotalNumRows => (is => 'ro', isa => 'Int'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::RedshiftData::GetStatementResultResponse =head1 ATTRIBUTES =head2 ColumnMetadata => ArrayRef[L] The properties (metadata) of a column. =head2 NextToken => Str A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned NextToken value in the next NextToken parameter and retrying the command. If the NextToken field is empty, all response records have been retrieved for the request. =head2 B Records => ArrayRef[L] The results of the SQL statement. =head2 TotalNumRows => Int The total number of rows in the result set returned from a query. You can use this number to estimate the number of calls to the C operation needed to page through the results. =head2 _request_id => Str =cut 1;