Class: Aws::Neptunedata::Types::ExecuteGremlinExplainQueryOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::ExecuteGremlinExplainQueryOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#output ⇒ String
A text blob containing the Gremlin explain result, as described in [Tuning Gremlin queries].
Instance Attribute Details
#output ⇒ String
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
730 731 732 733 734 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 730 class ExecuteGremlinExplainQueryOutput < Struct.new( :output) SENSITIVE = [] include Aws::Structure end |