Class: Aws::Neptunedata::Types::ExecuteGremlinProfileQueryOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#outputString

A text blob containing the Gremlin Profile result. See Gremlin profile API in Neptune for details.

Returns:

  • (String)


791
792
793
794
795
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 791

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