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

Class: Aws::DataPipeline::Types::DescribeObjectsOutput

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

Overview

Contains the output of DescribeObjects.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#has_more_resultsBoolean

Indicates whether there are more results to return.

Returns:

  • (Boolean)

    Indicates whether there are more results to return.

#markerString

The starting point for the next page of results. To view the next page of results, call DescribeObjects 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.

#pipeline_objectsArray<Types::PipelineObject>

An array of object definitions.

Returns: