The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Paws::DataPipeline::QueryObjectsOutput

ATTRIBUTES

hasMoreResults => Bool

If True, there are more results that can be obtained by a subsequent call to QueryObjects.

ids => ArrayRef[Str]

A list of identifiers that match the query selectors.

marker => Str

The starting point for the results to be returned. As long as the action returns HasMoreResults as True, you can call QueryObjects again and pass the marker value from the response to retrieve the next set of results.