Class: Aws::Neptunedata::Types::ExecuteGremlinExplainQueryOutput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 explain result, as described in [Tuning Gremlin queries].

[1]: docs.aws.amazon.com/neptune/latest/userguide/gremlin-traversal-tuning.html

Returns:

  • (String)


730
731
732
733
734
# File 'lib/aws-sdk-neptunedata/types.rb', line 730

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