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.
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 |
#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.
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_objects ⇒ Array<Types::PipelineObject>
An array of object definitions.
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 |