Class: Aws::OSIS::Types::ListPipelinesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

An optional parameter that specifies the maximum number of results to return. You can use nextToken to get the next page of results.

Returns:

  • (Integer)


344
345
346
347
348
349
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 344

class ListPipelinesRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


344
345
346
347
348
349
# File 'gems/aws-sdk-osis/lib/aws-sdk-osis/types.rb', line 344

class ListPipelinesRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end