Class: Aws::NeptuneGraph::Types::ResetGraphInput

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

ID of the graph to reset.

Returns:

  • (String)


2401
2402
2403
2404
2405
2406
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2401

class ResetGraphInput < Struct.new(
  :graph_identifier,
  :skip_snapshot)
  SENSITIVE = []
  include Aws::Structure
end

#skip_snapshotBoolean

Determines whether a final graph snapshot is created before the graph data is deleted. If set to true, no graph snapshot is created. If set to false, a graph snapshot is created before the data is deleted.

Returns:

  • (Boolean)


2401
2402
2403
2404
2405
2406
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2401

class ResetGraphInput < Struct.new(
  :graph_identifier,
  :skip_snapshot)
  SENSITIVE = []
  include Aws::Structure
end