Class: Aws::NeptuneGraph::Types::DeleteGraphInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



695
696
697
698
699
700
# File 'lib/aws-sdk-neptunegraph/types.rb', line 695

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

#skip_snapshotBoolean

Determines whether a final graph snapshot is created before the graph is deleted. If ‘true` is specified, no graph snapshot is created. If `false` is specified, a graph snapshot is created before the graph is deleted.



695
696
697
698
699
700
# File 'lib/aws-sdk-neptunegraph/types.rb', line 695

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