Class: Aws::NeptuneGraph::Types::GetGraphInput

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)


879
880
881
882
883
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 879

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