Class: Aws::NeptuneGraph::Types::ListPrivateGraphEndpointsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Pagination token used to paginate output.

When this value is provided as input, the service returns results from where the previous response left off. When this value is present in output, it indicates that there are more results to retrieve.

Returns:

  • (String)


1808
1809
1810
1811
1812
1813
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1808

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

#private_graph_endpointsArray<Types::PrivateGraphEndpointSummary>

A list of private endpoints for the specified Neptune Analytics graph.



1808
1809
1810
1811
1812
1813
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1808

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