Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb

Overview

Contains the output of DescribeObjects.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#has_more_resultsBoolean

Indicates whether there are more results to return.

Returns:

  • (Boolean)

229
230
231
232
233
234
235
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 229

class DescribeObjectsOutput < Struct.new(
  :pipeline_objects,
  :marker,
  :has_more_results)
  SENSITIVE = []
  include Aws::Structure
end

#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)

229
230
231
232
233
234
235
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 229

class DescribeObjectsOutput < Struct.new(
  :pipeline_objects,
  :marker,
  :has_more_results)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_objectsArray<Types::PipelineObject>

An array of object definitions.

Returns:


229
230
231
232
233
234
235
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 229

class DescribeObjectsOutput < Struct.new(
  :pipeline_objects,
  :marker,
  :has_more_results)
  SENSITIVE = []
  include Aws::Structure
end