Class: Aws::NeptuneGraph::Types::ListGraphSnapshotsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::ListGraphSnapshotsOutput
- Defined in:
- gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#graph_snapshots ⇒ Array<Types::GraphSnapshotSummary>
The requested list of snapshots.
-
#next_token ⇒ String
Pagination token used to paginate output.
Instance Attribute Details
#graph_snapshots ⇒ Array<Types::GraphSnapshotSummary>
The requested list of snapshots.
2043 2044 2045 2046 2047 2048 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2043 class ListGraphSnapshotsOutput < Struct.new( :graph_snapshots, :next_token) SENSITIVE = [] include Aws::Structure end |
#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.
2043 2044 2045 2046 2047 2048 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2043 class ListGraphSnapshotsOutput < Struct.new( :graph_snapshots, :next_token) SENSITIVE = [] include Aws::Structure end |