Class: Aws::OSIS::Types::ListPipelineEndpointsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of pipeline endpoints to return in the response.

Returns:

  • (Integer)


522
523
524
525
526
527
# File 'lib/aws-sdk-osis/types.rb', line 522

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

#next_tokenString

If your initial ‘ListPipelineEndpoints` operation returns a `NextToken`, you can include the returned `NextToken` in subsequent `ListPipelineEndpoints` operations, which returns results in the next page.

Returns:

  • (String)


522
523
524
525
526
527
# File 'lib/aws-sdk-osis/types.rb', line 522

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