Class: Aws::DataPipeline::Types::ListPipelinesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataPipeline::Types::ListPipelinesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datapipeline/types.rb
Overview
Contains the parameters for ListPipelines.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#marker ⇒ String
The starting point for the results to be returned.
Instance Attribute Details
#marker ⇒ String
The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ‘ListPipelines` with the marker value from the previous call to retrieve the next set of results.
452 453 454 455 456 |
# File 'lib/aws-sdk-datapipeline/types.rb', line 452 class ListPipelinesInput < Struct.new( :marker) SENSITIVE = [] include Aws::Structure end |