Class: Aws::NeptuneGraph::Types::ListGraphSnapshotsOutput

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

#graph_snapshotsArray<Types::GraphSnapshotSummary>

The requested list of snapshots.

Returns:



1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1652

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

#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)


1652
1653
1654
1655
1656
1657
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1652

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