Class: Aws::DataPipeline::Types::DescribeObjectsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataPipeline::Types::DescribeObjectsOutput
- 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
-
#has_more_results ⇒ Boolean
Indicates whether there are more results to return.
-
#marker ⇒ String
The starting point for the next page of results.
-
#pipeline_objects ⇒ Array<Types::PipelineObject>
An array of object definitions.
Instance Attribute Details
#has_more_results ⇒ Boolean
Indicates whether there are more results to return.
296 297 298 299 300 301 302 |
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 296 class DescribeObjectsOutput < Struct.new( :pipeline_objects, :marker, :has_more_results) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
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.
296 297 298 299 300 301 302 |
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 296 class DescribeObjectsOutput < Struct.new( :pipeline_objects, :marker, :has_more_results) SENSITIVE = [] include Aws::Structure end |
#pipeline_objects ⇒ Array<Types::PipelineObject>
An array of object definitions.
296 297 298 299 300 301 302 |
# File 'gems/aws-sdk-datapipeline/lib/aws-sdk-datapipeline/types.rb', line 296 class DescribeObjectsOutput < Struct.new( :pipeline_objects, :marker, :has_more_results) SENSITIVE = [] include Aws::Structure end |