Class: Aws::OSIS::Types::ListPipelineEndpointsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::OSIS::Types::ListPipelineEndpointsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-osis/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
When ‘NextToken` is returned, there are more results available.
-
#pipeline_endpoints ⇒ Array<Types::PipelineEndpoint>
A list of pipeline endpoints.
Instance Attribute Details
#next_token ⇒ String
When ‘NextToken` is returned, there are more results available. The value of `NextToken` is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page.
542 543 544 545 546 547 |
# File 'lib/aws-sdk-osis/types.rb', line 542 class ListPipelineEndpointsResponse < Struct.new( :next_token, :pipeline_endpoints) SENSITIVE = [] include Aws::Structure end |
#pipeline_endpoints ⇒ Array<Types::PipelineEndpoint>
A list of pipeline endpoints.
542 543 544 545 546 547 |
# File 'lib/aws-sdk-osis/types.rb', line 542 class ListPipelineEndpointsResponse < Struct.new( :next_token, :pipeline_endpoints) SENSITIVE = [] include Aws::Structure end |