Class: Aws::OSIS::Types::ListPipelineEndpointsResponse

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

#next_tokenString

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.

Returns:

  • (String)


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_endpointsArray<Types::PipelineEndpoint>

A list of pipeline endpoints.

Returns:



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