Class: Aws::NeptuneGraph::Types::StopGraphInput

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_identifier ⇒ String

The unique identifier of the Neptune Analytics graph.

Returns:

  • (String)


3016
3017
3018
3019
3020
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 3016

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