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

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)


597
598
599
600
601
602
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 597

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.

Returns:

  • (Boolean)


597
598
599
600
601
602
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 597

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