Class: Aws::NeptuneGraph::Types::ListPrivateGraphEndpointsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::ListPrivateGraphEndpointsOutput
- Defined in:
- gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Pagination token used to paginate output.
-
#private_graph_endpoints ⇒ Array<Types::PrivateGraphEndpointSummary>
A list of private endpoints for the specified Neptune Analytics graph.
Instance Attribute Details
#next_token ⇒ String
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.
2199 2200 2201 2202 2203 2204 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2199 class ListPrivateGraphEndpointsOutput < Struct.new( :private_graph_endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |
#private_graph_endpoints ⇒ Array<Types::PrivateGraphEndpointSummary>
A list of private endpoints for the specified Neptune Analytics graph.
2199 2200 2201 2202 2203 2204 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2199 class ListPrivateGraphEndpointsOutput < Struct.new( :private_graph_endpoints, :next_token) SENSITIVE = [] include Aws::Structure end |