Class: Aws::NeptuneGraph::Types::DeleteGraphSnapshotInput

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

#snapshot_identifierString

ID of the graph snapshot to be deleted.

Returns:

  • (String)


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

class DeleteGraphSnapshotInput < Struct.new(
  :snapshot_identifier)
  SENSITIVE = []
  include Aws::Structure
end