You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DataPipeline::Types::QueryObjectsOutput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains the output of QueryObjects.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#has_more_resultsBoolean

Indicates whether there are more results that can be obtained by a subsequent call.

Returns:

  • (Boolean)

    Indicates whether there are more results that can be obtained by a subsequent call.

#idsArray<String>

The identifiers that match the query selectors.

Returns:

  • (Array<String>)

    The identifiers that match the query selectors.

#markerString

The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.

Returns:

  • (String)

    The starting point for the next page of results.