Class: Aws::OSIS::Types::ListPipelineEndpointsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::ListPipelineEndpointsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-osis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of pipeline endpoints to return in the response.
-
#next_token ⇒ String
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.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of pipeline endpoints to return in the response.
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_token ⇒ String
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.
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 |