Class: Aws::NeptuneGraph::Types::ListGraphSnapshotsInput

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_identifierString

The unique identifier of the Neptune Analytics graph.

Returns:

  • (String)


1629
1630
1631
1632
1633
1634
1635
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1629

class ListGraphSnapshotsInput < Struct.new(
  :graph_identifier,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The total number of records to return in the command's output.

If the total number of records available is more than the value specified, nextToken is provided in the command's output. To resume pagination, provide the nextToken output value in the nextToken argument of a subsequent command. Do not use the nextToken response element directly outside of the Amazon CLI.

Returns:

  • (Integer)


1629
1630
1631
1632
1633
1634
1635
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1629

class ListGraphSnapshotsInput < Struct.new(
  :graph_identifier,
  :next_token,
  :max_results)
  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)


1629
1630
1631
1632
1633
1634
1635
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1629

class ListGraphSnapshotsInput < Struct.new(
  :graph_identifier,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end