Class: Aws::OSIS::Types::ListPipelinesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::ListPipelinesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-osis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
An optional parameter that specifies the maximum number of results to return.
-
#next_token ⇒ String
If your initial ‘ListPipelines` operation returns a `nextToken`, you can include the returned `nextToken` in subsequent `ListPipelines` operations, which returns results in the next page.
Instance Attribute Details
#max_results ⇒ Integer
An optional parameter that specifies the maximum number of results to return. You can use ‘nextToken` to get the next page of results.
365 366 367 368 369 370 |
# File 'lib/aws-sdk-osis/types.rb', line 365 class ListPipelinesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If your initial ‘ListPipelines` operation returns a `nextToken`, you can include the returned `nextToken` in subsequent `ListPipelines` operations, which returns results in the next page.
365 366 367 368 369 370 |
# File 'lib/aws-sdk-osis/types.rb', line 365 class ListPipelinesRequest < Struct.new( :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |